File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ version = "0.8.6"
5
5
[deps ]
6
6
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
7
7
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
8
- Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
9
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
9
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
11
10
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
@@ -14,7 +13,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
14
13
[compat ]
15
14
Adapt = " 2, 3.2"
16
15
ChainRulesCore = " 1.13"
17
- Compat = " 3.14"
18
16
Requires = " 0.5, 1.0"
19
17
julia = " 1.6"
20
18
Original file line number Diff line number Diff line change 1
1
# # Low level gemm! call with pointers
2
2
# # Borrowed from Knet.jl, adapted for compile-time constants
3
3
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
5
5
6
6
"""
7
7
gemm!()
You can’t perform that action at this time.
0 commit comments