Skip to content

Commit ea87a2e

Browse files
committed
fixup! fixup! datadeps: Fix GPU execution
1 parent c096079 commit ea87a2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/datadeps/remainders.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ function move!(dep_mod::RemainderAliasing{S}, to_space::MemorySpace, from_space:
462462
to_raw = unwrap(to)
463463
GC.@preserve copies begin
464464
for (_, to_span) in dep_mod.spans
465-
@show typeof(to)
466465
elsize = sizeof(eltype(to_raw))
467466
offset_n = UInt64((offset-1) / elsize) + UInt64(1)
468467
n = UInt64(to_span.len / elsize)

0 commit comments

Comments
 (0)