Skip to content

Commit 4b9fcda

Browse files
committed
fixup! fixup! datadeps: Add at-stencil helper
1 parent 8552cc5 commit 4b9fcda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/array/stencil.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ function test_stencil()
1212
end
1313

1414
@testset "Wrap boundary" begin
15-
A = zeros(Blocks(2, 2), Int, 4, 4)
15+
A = zeros(Int, 4, 4)
1616
A[1,1] = 10
17+
A = DArray(A, Blocks(2, 2))
1718
B = zeros(Blocks(2, 2), Int, 4, 4)
1819
Dagger.spawn_datadeps() do
1920
@stencil begin

0 commit comments

Comments
 (0)