kapsl-hal 0.1.0

Hardware abstraction layer for CPU, CUDA, and ROCm devices in Kapsl
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod device;
pub mod device_mesh;
pub mod distributed_ops;
pub mod kernel;
pub mod mock_comm;
#[cfg(feature = "nccl")]
pub mod nccl_comm;
pub mod tensor;

#[cfg(test)]
mod device_mest_tests;
#[cfg(test)]
mod device_tests;
#[cfg(test)]
mod kernel_tests;
#[cfg(test)]
mod tensor_tests;