mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 04:22:50 +00:00
Fixed all bugs. Improved code quality. Added tests.
This commit is contained in:
@ -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
|
||||
);
|
||||
|
Reference in New Issue
Block a user