Updated feature separated benchmarks

This commit is contained in:
Ivar Flakstad
2024-01-09 19:04:31 +01:00
parent ad181f9cdc
commit 87efb5d8eb
4 changed files with 14 additions and 26 deletions

View File

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