Skip to content

Commit b80c048

Browse files
ChrisRackauckaschriselrod
authored andcommitted
Don't default to MKL on EPYC (#518)
* Don't default to MKL on EPYC * import correctly * Update Project.toml * Update Project.toml Co-authored-by: Chris Elrod <elrodc@gmail.com> * Update qa.jl * Update static_arrays.jl * Update test/static_arrays.jl * Update test/static_arrays.jl * Update adjoint.jl * Update test/adjoint.jl * Update static_arrays.jl * Update static_arrays.jl * Update test/static_arrays.jl * Update static_arrays.jl * Update test/static_arrays.jl * Update test/static_arrays.jl Co-authored-by: Chris Elrod <elrodc@gmail.com> --------- Co-authored-by: Chris Elrod <elrodc@gmail.com>
1 parent 38ac763 commit b80c048

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LinearSolve.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ import PrecompileTools
4141
import Krylov
4242
using SciMLBase
4343
import Preferences
44+
import CpuId
45+
4446
const CRC = ChainRulesCore
4547

4648
@static if Sys.ARCH === :x86_64 || Sys.ARCH === :i686

0 commit comments

Comments
 (0)