Skip to content

Commit 2fef06c

Browse files
amontoisonstaticfloat
authored andcommitted
Update the value returned by dgemmt_test
1 parent 7844855 commit 2fef06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ end
8282

8383
# our tests, written in C, defined in subdirectories in `test/`
8484
dgemm = ("dgemm_test", ("||C||^2 is: 24.3384",), true)
85-
dgemmt = ("dgemmt_test", ("||C||^2 is: 24.3384",), true)
85+
dgemmt = ("dgemmt_test", ("||C||^2 is: 23.2952",), true)
8686
sgesv = ("sgesv_test", ("||b||^2 is: 3.0000",), true)
8787
sgesv_failure = ("sgesv_test", ("Error: no BLAS/LAPACK library loaded!",), false)
8888
sdot = ("sdot_test", ("C is: 1.9900",), true)

0 commit comments

Comments
 (0)