burn-cubecl 0.21.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
9
10
11
12
13
14
15
mod base;
mod col2im;

mod transpose_direct;

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

pub use base::*;
pub use col2im::*;

pub use transpose_direct::*;

#[cfg(feature = "autotune")]
pub use tune::*;