t4a-cubecl-runtime 0.10.0

Temporary tensor4all fork of CubeCL runtime support
Documentation
1
2
3
4
5
6
7
8
mod base;

pub use base::*;

#[cfg(feature = "storage-bytes")]
mod bytes_cpu;
#[cfg(feature = "storage-bytes")]
pub use bytes_cpu::*;