sp1-gpu-sys 6.1.0

FFI bindings and CUDA build system for SP1-GPU
1
2
3
4
5
6
use crate::runtime::KernelPtr;

extern "C" {
    pub fn single_block_scan_kernel_large_bb31_septic_curve() -> KernelPtr;
    pub fn scan_kernel_large_bb31_septic_curve() -> KernelPtr;
}