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

@ -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 {