mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 12:20:46 +00:00
Add benchmarks for qmatmul operations (#2048)
* Add qmatmul bench * add all dtypes
This commit is contained in:
@ -7,4 +7,5 @@ criterion_main!(
|
||||
benchmarks::random::benches,
|
||||
benchmarks::where_cond::benches,
|
||||
benchmarks::conv_transpose2d::benches,
|
||||
benchmarks::qmatmul::benches,
|
||||
);
|
||||
|
Reference in New Issue
Block a user