cubecl-wgpu 0.10.0

WGPU runtime for the CubeCL
Documentation
1
2
3
4
5
6
7
8
9
10
mod base;
mod wgsl;

#[cfg(feature = "spirv")]
pub mod vulkan;

#[cfg(all(feature = "msl", target_os = "macos"))]
pub mod metal;

pub use base::*;