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

@ -2,8 +2,9 @@ mod benchmarks;
use criterion::criterion_main;
criterion_main!(
benchmarks::matmul::benches,
benchmarks::affine::benches,
benchmarks::fill::benches,
benchmarks::where_cond::benches,
benchmarks::matmul::benches,
benchmarks::random::benches,
benchmarks::where_cond::benches
);