Skip to content

Commit

Permalink
Merge pull request #172 from tshort/brenhinkeller-patch-1
Browse files Browse the repository at this point in the history
Update README section on Windows support
  • Loading branch information
brenhinkeller authored Sep 30, 2024
2 parents 574db90 + d379369 commit 683e919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This package uses the [GPUCompiler package](https://github.com/JuliaGPU/GPUCompi
* 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).
* 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)).
* Type instability. Type unstable code cannot currently be statically compiled via this package.
* Doesn't work on Windows (but works in WSL on Windows 10+). PRs welcome.
* Extra experimental on Windows (PRs welcome if you encounter issues). Should work in WSL on Windows 10+.

## Guide for Package Authors

Expand Down

0 comments on commit 683e919

Please sign in to comment.