Fixed all bugs. Improved code quality. Added tests.

This commit is contained in:
Ivar Flakstad
2024-01-30 14:12:57 +01:00
parent 077e781f53
commit 8babfe0411
5 changed files with 1062 additions and 561 deletions

View File

@ -3,9 +3,9 @@ mod benchmarks;
use criterion::criterion_main;
criterion_main!(
benchmarks::affine::benches,
benchmarks::matmul::benches,
benchmarks::random::benches,
//benchmarks::affine::benches,
//benchmarks::matmul::benches,
//benchmarks::random::benches,
benchmarks::reduce::benches,
benchmarks::where_cond::benches
//benchmarks::where_cond::benches
);