gam-gpu 0.3.127

GPU (CUDA/NVRTC) dispatch, device runtime, and BLAS kernels for the gam penalized-likelihood engine
Documentation
1
2
3
4
5
6
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub enum MatrixLocation {
    Host,
    Device,
    Unified,
}