File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ version = "2.33.0"
7
7
ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
8
8
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
9
9
ConcreteStructs = " 2569d6c7-a4a2-43d3-a901-331e8e4be471"
10
- CpuId = " adafc99b-e345-5852-983c-f28acb93d879"
11
10
DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
12
11
EnumX = " 4e289a0a-7415-4d19-859d-a7e5c4648b56"
13
12
FastLapackInterface = " 29a986be-02c6-4525-aec4-84b980013641"
@@ -73,7 +72,6 @@ CUDA = "5"
73
72
CUDSS = " 0.1, 0.2, 0.3"
74
73
ChainRulesCore = " 1.22"
75
74
ConcreteStructs = " 0.2.3"
76
- CpuId = " 0.3.1"
77
75
DocStringExtensions = " 0.9.3"
78
76
EnumX = " 1.0.4"
79
77
Enzyme = " 0.11.15, 0.12"
Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ import PrecompileTools
45
45
const CRC = ChainRulesCore
46
46
47
47
@static if Sys. ARCH === :x86_64 || Sys. ARCH === :i686
48
- import CpuId
49
- if Preferences. @load_preference (" LoadMKL_JLL" , ! occursin (" EPYC" , CpuId. cpubrand ()))
48
+ if Preferences. @load_preference (" LoadMKL_JLL" , ! occursin (" EPYC" , Sys. cpu_info ()[1 ]. model))
50
49
using MKL_jll
51
50
const usemkl = MKL_jll. is_available ()
52
51
else
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ using LinearSolve, Aqua
6
6
Aqua. test_piracies (LinearSolve,
7
7
treat_as_own = [LinearProblem])
8
8
Aqua. test_project_extras (LinearSolve)
9
- Aqua. test_stale_deps (LinearSolve, ignore = [:MKL_jll , :CpuId ])
9
+ Aqua. test_stale_deps (LinearSolve, ignore = [:MKL_jll ])
10
10
Aqua. test_unbound_args (LinearSolve)
11
11
Aqua. test_undefined_exports (LinearSolve)
12
12
end
You can’t perform that action at this time.
0 commit comments