Skip to content

Commit 56c6504

Browse files
committed
fixup! fixup! datadeps: Add at-stencil helper
1 parent c1f51a7 commit 56c6504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/array/stencil.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ function test_stencil()
121121

122122
@testset "Invalid neighborhood distance" begin
123123
A = ones(Blocks(1, 1), Int, 2, 2)
124+
B = zeros(Blocks(1, 1), Int, 2, 2)
124125
@test_throws ArgumentError Dagger.spawn_datadeps() do
125126
@stencil begin
126127
B[idx] = sum(@neighbors(A[idx], 0, Wrap()))

0 commit comments

Comments
 (0)