hpt-cudakernels 0.1.3

A library implements cuda kernels for hpt
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, Copy)]
pub struct RegisterInfo {
    pub pred: usize,
    pub b16: usize,
    pub b32: usize,
    pub b64: usize,
}