ruda-kernel 0.1.3

Ruda Rust kernel DSL and device tensor operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "lowering-cpp")]
pub mod cpp;

#[cfg(feature = "lowering-wgsl")]
pub mod wgsl;

#[cfg(feature = "lowering-mlir")]
pub mod mlir;

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