diff --git a/src/LinearSolve.jl b/src/LinearSolve.jl index 053eb8c1..f166f6b4 100644 --- a/src/LinearSolve.jl +++ b/src/LinearSolve.jl @@ -41,10 +41,11 @@ import PrecompileTools import Krylov using SciMLBase import Preferences + import CpuId const CRC = ChainRulesCore -if Preferences.@load_preference("LoadMKL_JLL", !occursin("EPYC", cpubrand())) +if Preferences.@load_preference("LoadMKL_JLL", !occursin("EPYC", CpuId.cpubrand())) using MKL_jll const usemkl = MKL_jll.is_available() else