Skip to content

Commit f33bda9

Browse files
authored
BLAS.get_num_threads, avoid depwarn from Compat
1 parent 253efe3 commit f33bda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gemm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Low level gemm! call with pointers
22
## Borrowed from Knet.jl, adapted for compile-time constants
33

4-
using Compat: get_num_threads, set_num_threads # needs Compat 3.13, for any Julia < 1.6
4+
using LinearAlgebra.BLAS: get_num_threads, set_num_threads
55

66
"""
77
gemm!()

0 commit comments

Comments
 (0)