Skip to content

Commit 5d5fb4a

Browse files
another empty line removed
Co-authored-by: Julian Samaroo <jpsamaroo@gmail.com>
1 parent fea73ae commit 5d5fb4a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ext/CUDAExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ function Dagger.move(from_proc::CuArrayDeviceProc, to_proc::CuArrayDeviceProc, x
217217
# Same process and GPU, no change.
218218
# Stream ordering guarantees safety; no sync needed.
219219
return unwrap(x)
220-
221220
elseif Dagger.root_worker_id(from_proc) == Dagger.root_worker_id(to_proc)
222221
# Same process but different GPUs, use DtoD copy
223222
from_arr = unwrap(x)

0 commit comments

Comments
 (0)