Skip to content

Commit a305f78

Browse files
authored
Merge pull request #161 from JuliaGPU/tb/return
Don't return from kernels.
2 parents 92ad26e + 528382d commit a305f78

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)