Skip to content

Commit fe0a2fd

Browse files
committed
add more tests
1 parent 5532c29 commit fe0a2fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/testsuite/blas.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ function run_blas(Typ)
1111
against_base(A_mul_Bt, T, (5, 5), (5, 5))
1212
against_base(A_mul_Bt!, T, (10, 32), (10, 60), (32, 60))
1313
against_base(At_mul_B, T, (5, 5), (5, 5))
14+
against_base(At_mul_Bt, T, (10, 15), (1, 10))
15+
against_base(At_mul_B, T, (10, 15), (10,))
16+
against_base(A_mul_B!, T, (15,), (15, 10), (10,))
1417
end
1518
for T in (Complex64, Float32)
1619
@testset "scale! $T" begin

0 commit comments

Comments
 (0)