Skip to content

Commit d794209

Browse files
committed
specify macro source
1 parent d437607 commit d794209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cusparse/test/interfaces.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ nB = 2
416416

417417
S_all_csr = A_csr[CuVector(trues(m)), CuVector(trues(n))]
418418
@test S_all_csr isa CuSparseMatrixCSR
419-
@allowscalar for i in eachindex(A, S_all_csr)
419+
CUDA.@allowscalar for i in eachindex(A, S_all_csr)
420420
@test A[i] S_all_csr[i]
421421
end
422422

0 commit comments

Comments
 (0)