Skip to content

Commit a22a3bd

Browse files
authored
tiny change to docstring of gpu function (#2206)
1 parent 79b9815 commit a22a3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function gpu_backend!(backend::String)
202202
end
203203

204204
"""
205-
gpu(x)
205+
gpu(m)
206206
207207
Copies `m` to the current GPU device (using current GPU backend), if one is available.
208208
If no GPU is available, it does nothing (but prints a warning the first time).

0 commit comments

Comments
 (0)