Skip to content

Commit e34093d

Browse files
kshyattluraess
andauthored
Update test/rocarray/blas.jl
Co-authored-by: Ludovic Räss <[email protected]>
1 parent 2003f3c commit e34093d

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
@@ -495,7 +495,7 @@ end
495495
(bt == 'T' ? transpose(B[:, :, i]) : B[:, :, i])
496496
@test C[:, :, i] c
497497
end
498-
A = [rand(T, 4, 4) for ix in 1:batch_count]
498+
A = [rand(T, 4, 4) for ix in 1:batch_count]
499499
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]

0 commit comments

Comments
 (0)