Skip to content

Commit 84e151e

Browse files
committed
fixup! Add test for accumulate issue
1 parent 9884a71 commit 84e151e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ function unittest_testsuite(Backend, backend_str, backend_mod, BackendArrayT; sk
409409

410410
# Allocate device arrays
411411
input = adapt(backend, input)
412-
output = KernelAbstractions.zeros(backend, Float32, N, M)
412+
output = KernelAbstractions.zeros(backend, Float32, M, N)
413413

414414
# Perform accumulation
415415
unaliased_accumulate!(backend)(output, input, N; ndrange = size(output))

0 commit comments

Comments
 (0)