We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03f605 commit 9e07e21Copy full SHA for 9e07e21
Project.toml
@@ -4,6 +4,7 @@ authors = ["Carsten Bauer <mail@carstenbauer.eu> and contributors"]
4
version = "0.1.0"
5
6
[deps]
7
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
9
10
[compat]
src/BLISBLAS.jl
@@ -17,7 +17,7 @@ end
17
18
function __init__()
19
if blis_jll.is_available()
20
- BLAS.lbt_forward(libblis, clear=true)
+ BLAS.lbt_forward(blis, clear=false)
21
else
22
@warn("blis_jll artifact doesn't seem to be available for your platform!")
23
end
0 commit comments