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