Skip to content

Commit c083660

Browse files
authored
Create gemm.jl
1 parent 90564dc commit c083660

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gemm.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
using LinearAlgebra
55
using LinearAlgebra.BLAS: BlasInt, @blasfunc
66

7-
const libblas = Base.libblas_name
8-
97
using Compat: get_num_threads, set_num_threads # needs Compat 3.13, for any Julia < 1.6
108

119
"""

0 commit comments

Comments
 (0)