burn/backend-comparison
Louis Fortier-Dubois e4d9d67526
make candle available (#886)
2023-10-23 10:00:39 -04:00
..
benches Refactor/burn benchmark (#829) 2023-09-28 09:38:21 -04:00
src make candle available (#886) 2023-10-23 10:00:39 -04:00
Cargo.toml make candle available (#886) 2023-10-23 10:00:39 -04: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.