burn/backend-comparison
Nathaniel Simard 233922d60c
Chore: Bump version for next release (#900)
2023-10-24 19:31:13 -04:00
..
benches Refactor/burn benchmark (#829) 2023-09-28 09:38:21 -04:00
src Enable candle cuda (#887) 2023-10-23 11:00:54 -04:00
Cargo.toml Chore: Bump version for next release (#900) 2023-10-24 19:31:13 -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.