burn/backend-comparison
David Chavez 71d3c1d142
chore(infra): Share some properties across workspace (#1039)
2023-12-12 09:39:07 -05:00
..
benches Feat/fusion/cache (#1020) 2023-12-01 12:05:11 -05:00
src Feat/backend comparison/persistence (#979) 2023-11-22 11:50:27 -05:00
Cargo.toml chore(infra): Share some properties across workspace (#1039) 2023-12-12 09:39:07 -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.