Skip to content

Commit

Permalink
Merge pull request #396 from theabhirath/libblas-patch
Browse files Browse the repository at this point in the history
Change libblas to libblastrampoline
  • Loading branch information
ViralBShah authored Mar 4, 2022
2 parents d8b9b41 + 19372ca commit 172549c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/NNlib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ using Statistics
using Statistics: mean
using LinearAlgebra
using LinearAlgebra: BlasFloat, Transpose, Adjoint, AdjOrTransAbsMat
using LinearAlgebra.BLAS: libblas, BlasInt, @blasfunc
using LinearAlgebra.BLAS: BlasInt, @blasfunc

const libblas = Base.libblas_name

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

0 comments on commit 172549c

Please sign in to comment.