Skip to content

Commit 683e919

Browse files
Merge pull request tshort#172 from tshort/brenhinkeller-patch-1
Update README section on Windows support
2 parents 574db90 + d379369 commit 683e919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This package uses the [GPUCompiler package](https://github.com/JuliaGPU/GPUCompi
7878
* GC-tracked allocations and global variables do *not* work with `compile_executable` or `compile_shlib`. This has some interesting consequences, including that all functions _within_ the function you want to compile must either be inlined or return only native types (otherwise Julia would have to allocate a place to put the results, which will fail).
7979
* Since error handling relies on libjulia, you can only throw errors from standalone-compiled (`compile_executable` / `compile_shlib`) code if an explicit overload has been defined for that particular error with `@device_override` (see [quirks.jl](src/quirks.jl)).
8080
* Type instability. Type unstable code cannot currently be statically compiled via this package.
81-
* Doesn't work on Windows (but works in WSL on Windows 10+). PRs welcome.
81+
* Extra experimental on Windows (PRs welcome if you encounter issues). Should work in WSL on Windows 10+.
8282

8383
## Guide for Package Authors
8484

0 commit comments

Comments
 (0)