Skip to content

Commit fdeebe8

Browse files
authored
JLArray is not actually threaded
1 parent 9ed7c34 commit fdeebe8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ Transpiler/OpenCL has problems with putting GPU arrays on the gpu into a struct
7575

7676
# JLArray
7777

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:
8179

8280
```julia
8381
gA = JLArray(A)

0 commit comments

Comments
 (0)