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

@ -1,7 +1,7 @@
#[cfg(feature = "accelerate")]
extern crate accelerate_src;
#[cfg(feature = "mkl")]
#[cfg(feature = "_mkl")]
extern crate intel_mkl_src;
use anyhow::Result;