You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ This package uses the [GPUCompiler package](https://github.com/JuliaGPU/GPUCompi
48
48
## Limitations
49
49
50
50
* GC-tracked allocations and global variables do work with `compile`, but the way they are implemented is brittle and can be dangerous. Allocate with care.
51
-
* GC-tracked allocations and global varaibles do *not* work with `compile_executable` (yet).
51
+
* GC-tracked allocations and global variables do *not* work with `compile_executable` (yet).
52
52
* Type unstable code is not yet supported.
53
53
* Doesn't currently work on Windows.
54
54
* If you find any other limitations, let us know. There's probably lots.
0 commit comments