mirror of https://github.com/tracel-ai/burn.git
f73136e3df
* chore(candle): Allow enabling accelerate * Temporarily disable test for accelerate feature * Allow enabling accelerate from upstream * Update the README * Have xtask also test using accelerate * Renable failing test * Fix matmul on candle when using accelerate * Add additional comment to xtask method |
||
---|---|---|
.. | ||
benches | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Burn Benchmark
This crate is used with cargo bench --features <backend>
to compare backend computation times, from tensor operations to complex models.
Note: in order to compare different backend-specific tensor operation implementations (for autotuning purposes, for instance), this should be done within the corresponding backend crate.