Add benchmarks for qmatmul operations (#2048)

* Add qmatmul bench

* add all dtypes
This commit is contained in:
Thomas Santerre
2024-04-13 06:30:14 -04:00
committed by GitHub
parent 8b8fb630df
commit 4c88c3ce06
3 changed files with 74 additions and 0 deletions

View File

@ -7,4 +7,5 @@ criterion_main!(
benchmarks::random::benches,
benchmarks::where_cond::benches,
benchmarks::conv_transpose2d::benches,
benchmarks::qmatmul::benches,
);