Skip to content

Commit 5680797

Browse files
authored
Update gemm.jl
1 parent c083660 commit 5680797

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gemm.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
## Low level gemm! call with pointers
22
## Borrowed from Knet.jl, adapted for compile-time constants
33

4-
using LinearAlgebra
5-
using LinearAlgebra.BLAS: BlasInt, @blasfunc
6-
74
using Compat: get_num_threads, set_num_threads # needs Compat 3.13, for any Julia < 1.6
85

96
"""

0 commit comments

Comments
 (0)