Skip to content

Commit c656a21

Browse files
committed
Copy LinearAlgebra BLAS tests and comment out the trsv tests
1 parent 1739aff commit c656a21

File tree

3 files changed

+789
-3
lines changed

3 files changed

+789
-3
lines changed

src/BLISBLAS.jl

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

1818
function __init__()
1919
if blis_jll.is_available()
20-
BLAS.lbt_forward(blis, clear=false)
20+
BLAS.lbt_forward(blis, clear=true)
2121
else
2222
@warn("blis_jll artifact doesn't seem to be available for your platform!")
2323
end

0 commit comments

Comments
 (0)