Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/gemm.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Low level gemm! call with pointers
## Borrowed from Knet.jl, adapted for compile-time constants

using LinearAlgebra
using LinearAlgebra.BLAS: BlasInt, @blasfunc

const libblas = Base.libblas_name

using Compat: get_num_threads, set_num_threads # needs Compat 3.13, for any Julia < 1.6

"""
Expand Down