burn/backend-comparison
Nathaniel Simard 24014aca33
WGPU: Support elemwise operation fusion (#948)
2023-11-15 15:13:37 -05:00
..
benches Feat/wgpu/autotune compute (#906) 2023-10-29 16:44:59 -04:00
src WGPU: Support elemwise operation fusion (#948) 2023-11-15 15:13:37 -05:00
Cargo.toml WGPU: Support elemwise operation fusion (#948) 2023-11-15 15:13:37 -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.