Merge branch 'main' into ivarflakstad/metal-fill

This commit is contained in:
Ivar Flakstad
2024-01-22 20:54:11 +01:00
7 changed files with 585 additions and 39 deletions

View File

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