mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 04:00:28 +00:00
Splitting the features to enable different mkl linking.
This commit is contained in:
@ -17,7 +17,7 @@ pub fn has_accelerate() -> bool {
|
||||
}
|
||||
|
||||
pub fn has_mkl() -> bool {
|
||||
cfg!(feature = "mkl")
|
||||
cfg!(feature = "_mkl")
|
||||
}
|
||||
|
||||
pub fn cuda_is_available() -> bool {
|
||||
|
Reference in New Issue
Block a user