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 d5e4d97 commit 19372caCopy full SHA for 19372ca
src/NNlib.jl
@@ -12,7 +12,7 @@ using LinearAlgebra
12
using LinearAlgebra: BlasFloat, Transpose, Adjoint, AdjOrTransAbsMat
13
using LinearAlgebra.BLAS: BlasInt, @blasfunc
14
15
-const libblas = "libblastrampoline"
+const libblas = Base.libblas_name
16
17
const IntOrIntTuple = Union{Integer, NTuple{N,<:Integer} where N}
18
const Numeric = Union{AbstractArray{<:T}, T} where {T<:Number}
0 commit comments