burn/backend-comparison
Kirill Mavreshko 1fd07fcb4a
Explicit device tensors (#1081)
2023-12-20 17:49:59 -05:00
..
benches Explicit device tensors (#1081) 2023-12-20 17:49:59 -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.