Update with feature separated benchmarks

This commit is contained in:
Ivar Flakstad
2024-01-09 18:54:48 +01:00
parent 4462198bc1
commit 45936a18f8
5 changed files with 45 additions and 73 deletions

View File

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