Improve reduce perf and add contiguous impl

This commit is contained in:
Ivar Flakstad
2024-01-21 17:32:21 +01:00
parent 88945f2c22
commit d5902840e0
7 changed files with 409 additions and 96 deletions

View File

@ -1,4 +1,5 @@
pub(crate) mod matmul;
pub(crate) mod reduce;
use candle_core::{Device, Result};