Skip to content

Commit 2003f3c

Browse files
kshyattluraess
andauthored
Update test/rocarray/blas.jl
Co-authored-by: Ludovic Räss <61313342+luraess@users.noreply.github.com>
1 parent 4f93df9 commit 2003f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rocarray/blas.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ end
496496
@test C[:, :, i] c
497497
end
498498
A = [rand(T, 4, 4) for ix in 1:batch_count]
499-
B = [rand(T, 4, 4) for ix in 1:batch_count]
499+
B = [rand(T, 4, 4) for ix in 1:batch_count]
500500
RA = [ROCArray(A_) for A_ in A]
501501
RB = [ROCArray(B_) for B_ in B]
502502

0 commit comments

Comments
 (0)