mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 20:09:50 +00:00
Splitting the features to enable different mkl linking.
This commit is contained in:
@ -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