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-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,7 @@ Transpiler/OpenCL has problems with putting GPU arrays on the gpu into a struct
75
75
76
76
# JLArray
77
77
78
-
The `JLArray` is a `GPUArray` which doesn't run on the GPU and rather uses Julia's multithreading as its backend. It serves as a
79
-
fallback for testing compatibility with `GPUArray`s in cases where a GPU does not exist and also serves as a way to force
80
-
multithreading for broadcasted/mapped/etc. operations. It is constructed as follows:
78
+
The `JLArray` is a `GPUArray` which doesn't run on the GPU and rather uses Julia's async constructs as its backend. It serves as a fallback for testing compatibility with `GPUArray`s in cases where a GPU does not exist and as a reference implementation. It is constructed as follows:
0 commit comments