burn/backend-comparison
Luni-4 ec9df53d4c
ci/Fix `cargo clippy` action (#942)
2023-11-16 19:35:38 -05:00
..
benches ci/Fix `cargo clippy` action (#942) 2023-11-16 19:35:38 -05:00
src WGPU: Support elemwise operation fusion (#948) 2023-11-15 15:13:37 -05:00
Cargo.toml Add new backend comparison benchmark (#958) 2023-11-16 08:15:21 -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.