burn/backend-comparison
David Chavez f73136e3df
chore(candle): Allow enabling accelerate (#1009)
* 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
2023-11-30 13:03:00 -05:00
..
benches Feat/backend comparison/persistence (#979) 2023-11-22 11:50:27 -05:00
src Feat/backend comparison/persistence (#979) 2023-11-22 11:50:27 -05:00
Cargo.toml chore(candle): Allow enabling accelerate (#1009) 2023-11-30 13:03:00 -05:00
README.md Refactor/burn benchmark (#829) 2023-09-28 09:38:21 -04:00

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.