Use num-cpus to enable parallelism.

This commit is contained in:
laurent
2023-06-27 14:42:26 +01:00
parent 8371890996
commit ca6aa8ff12
4 changed files with 17 additions and 4 deletions

View File

@ -12,6 +12,7 @@ mod shape;
mod storage;
mod strided_index;
mod tensor;
mod utils;
pub use cpu_backend::CpuStorage;
pub use device::{Device, DeviceLocation};