burn/backend-comparison
louisfd 07e3fb3511 benchmarks 2023-12-19 14:15:46 -05:00
..
benches benchmarks 2023-12-19 14:15:46 -05:00
src Feat/backend comparison/persistence (#979) 2023-11-22 11:50:27 -05:00
Cargo.toml benchmarks 2023-12-19 14:15:46 -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.