Splitting the features to enable different mkl linking.

This commit is contained in:
Nicolas Patry
2025-03-28 10:13:13 +01:00
parent cb02b389d5
commit 9862cd3ba2
23 changed files with 42 additions and 40 deletions

View File

@ -39,7 +39,7 @@ impl BenchDevice for Device {
Device::Cpu => {
let cpu_type = if cfg!(feature = "accelerate") {
"accelerate"
} else if cfg!(feature = "mkl") {
} else if cfg!(feature = "_mkl") {
"mkl"
} else {
"cpu"