Skip to content

Commit

Permalink
import correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 28, 2024
1 parent fe33807 commit 13c7996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LinearSolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13c7996

Please sign in to comment.