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

@ -1,6 +1,7 @@
pub(crate) mod affine;
pub(crate) mod conv_transpose2d;
pub(crate) mod matmul;
pub(crate) mod qmatmul;
pub(crate) mod random;
pub(crate) mod where_cond;