burn-cubecl 0.22.0-pre.2

Generic backend that can be compiled just-in-time to any shader language target
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "autotune")]
mod base;

#[cfg(feature = "autotune")]
mod bounds;

#[cfg(feature = "autotune")]
pub use base::matmul_autotune;