mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 19:47:12 +00:00
Broadcasting performance optimization (cpu) (#182)
* Avoid recomputing the index from scratch each time. * More performance optimisations.
This commit is contained in:
@ -46,7 +46,7 @@ mod dtype;
|
||||
mod dummy_cuda_backend;
|
||||
mod error;
|
||||
mod indexer;
|
||||
mod layout;
|
||||
pub mod layout;
|
||||
#[cfg(feature = "mkl")]
|
||||
mod mkl;
|
||||
pub mod npy;
|
||||
|
Reference in New Issue
Block a user