Skip to content

Commit bb52a28

Browse files
Merge pull request #420 from FluxML/compathelper/new_version/2022-06-05-01-29-32-565-00224294223
CompatHelper: bump compat for Compat to 4, (keep existing compat)
2 parents 83667fc + 6d4bc1c commit bb52a28

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.8.6"
55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
8-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
98
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
109
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1110
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
@@ -14,7 +13,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1413
[compat]
1514
Adapt = "2, 3.2"
1615
ChainRulesCore = "1.13"
17-
Compat = "3.14"
1816
Requires = "0.5, 1.0"
1917
julia = "1.6"
2018

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)