sp1-gpu-sys 6.2.0

FFI bindings and CUDA build system for SP1-GPU
1
2
3
4
5
6
7
add_library(runtime_objs OBJECT
    exception.cu
    mem_pool.cu
    memory.cu
    stream.cu
)
target_link_libraries(runtime_objs PRIVATE sp1_gpu_common)