burn/backend-comparison
Nathaniel Simard b99726f804
[burn-fusion] save all execution plans for any trigger (#1143)
2024-01-16 14:02:42 -05:00
..
benches Refactor serialization of backend-comparison benchmarks (#1131) 2024-01-12 11:15:00 -05:00
src [burn-fusion] save all execution plans for any trigger (#1143) 2024-01-16 14:02:42 -05:00
Cargo.toml slice assign in candle (#1095) 2024-01-08 16:41:34 -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.