Merge branch 'main' into ivarflakstad/metal-fill

This commit is contained in:
Ivar Flakstad
2024-01-18 11:16:25 +01:00
53 changed files with 7514 additions and 584 deletions

View File

@ -1,5 +1,7 @@
pub(crate) mod affine;
pub(crate) mod fill;
pub(crate) mod matmul;
pub(crate) mod where_cond;
use candle_core::{Device, Result};