Skip to content

Commit 528382d

Browse files
committed
Don't return from kernels.
1 parent 92ad26e commit 528382d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/broadcast.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ end
5858
let I = CartesianIndex(@cartesianidx(dest))
5959
@inbounds dest[I] = bc′[I]
6060
end
61+
return
6162
end
6263

6364
return dest

0 commit comments

Comments
 (0)