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 e7b4420 commit 7ca0b95Copy full SHA for 7ca0b95
src/BLISBLAS.jl
@@ -25,8 +25,8 @@ function __init__()
25
if blis_available
26
BLAS.lbt_forward(blis32, clear=true)
27
BLAS.lbt_forward(liblapack32)
28
- BLAS.lbt_forward(blis)
29
- BLAS.lbt_forward(liblapack)
+ BLAS.lbt_forward(blis, suffix_hint="64_")
+ BLAS.lbt_forward(liblapack, suffix_hint="64_")
30
else
31
@warn("The artifacts blis_jll and blis32_jll are not available for your platform!")
32
end
0 commit comments