mirror of
https://github.com/huggingface/candle.git
synced 2025-06-23 04:46:15 +00:00
Splitting the features to enable different mkl linking.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#[cfg(feature = "mkl")]
|
||||
#[cfg(feature = "_mkl")]
|
||||
extern crate intel_mkl_src;
|
||||
|
||||
#[cfg(feature = "accelerate")]
|
||||
|
@ -1,5 +1,5 @@
|
||||
/// This example contains some simple benchmarks so that it's easy to run them in perf etc.
|
||||
#[cfg(feature = "mkl")]
|
||||
#[cfg(feature = "_mkl")]
|
||||
extern crate intel_mkl_src;
|
||||
|
||||
#[cfg(feature = "accelerate")]
|
||||
|
Reference in New Issue
Block a user