Skip to content

Commit 60ffc55

Browse files
Merge pull request #128 from PallHaraldsson/patch-1
Update README.md, syncing docs.
2 parents 51db924 + 7600296 commit 60ffc55

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
@@ -85,4 +85,4 @@ This package uses the [GPUCompiler package](https://github.com/JuliaGPU/GPUCompi
8585
* 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).
8686
* 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)).
8787
* Type instability. Type unstable code cannot currently be statically compiled via this package.
88-
* Doesn't work on Windows. PRs welcome.
88+
* Doesn't work on Windows (but works in WSL on Windows 10+). PRs welcome.

0 commit comments

Comments
 (0)