Skip to content

Commit 19372ca

Browse files
authored
Update NNlib.jl
1 parent d5e4d97 commit 19372ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NNlib.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using LinearAlgebra
1212
using LinearAlgebra: BlasFloat, Transpose, Adjoint, AdjOrTransAbsMat
1313
using LinearAlgebra.BLAS: BlasInt, @blasfunc
1414

15-
const libblas = "libblastrampoline"
15+
const libblas = Base.libblas_name
1616

1717
const IntOrIntTuple = Union{Integer, NTuple{N,<:Integer} where N}
1818
const Numeric = Union{AbstractArray{<:T}, T} where {T<:Number}

0 commit comments

Comments
 (0)