cubecl-wgpu 0.10.0-pre.4

WGPU runtime for the CubeCL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod base;
mod body;
mod compiler;
mod extension;
mod instructions;
pub(crate) mod shader;
mod subgroup;

pub(crate) use base::*;
pub(crate) use body::*;
pub use compiler::*;
pub(crate) use extension::*;
pub(crate) use instructions::*;
pub(crate) use shader::*;
pub(crate) use subgroup::*;