Skip to content

Commit 7102bd7

Browse files
committed
cosmetics
1 parent 7f84a0d commit 7102bd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/broadcast.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,16 @@ end
7979

8080
@allbackends "vec 3" backend begin
8181
N = 20
82+
8283
xc = map(x-> ntuple(i-> rand(Float32), Val{3}), 1:N)
8384
yc = map(x-> ntuple(i-> rand(Float32), Val{3}), 1:N)
85+
8486
x = GPUArray(xc)
8587
y = GPUArray(yc)
88+
8689
res1c = zeros(Float32, N)
8790
res2c = similar(xc)
91+
8892
res1 = GPUArray(res1c)
8993
res2 = GPUArray(res2c)
9094

0 commit comments

Comments
 (0)