mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Splitting the features to enable different mkl linking.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user