index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-core
/
benches
/
bench_main.rs
blob: 4425f2fb32b9d964c69791c3e85c2fc45d47a878 (
plain
)
1
2
3
4
mod benchmarks; use criterion::criterion_main; criterion_main!(benchmarks::matmul::benches);