parenchyma 0.0.33

A high-performance computing (HPC) framework
1
2
3
4
5
6
/// Provides the CUDA framework.
#[derive(Debug)]
pub struct Cuda {
    // /// A list of available devices.
    // pub available_devices: Vec<CudaDevice>,
}