docs.rs failed to build sp1-gpu-sys-6.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
sp1-gpu-sys-6.0.2
sp1-gpu-sys
FFI bindings and CUDA build system for SP1-GPU.
Provides the low-level FFI bindings to CUDA libraries and manages the build process for CUDA kernels. This crate handles cbindgen header generation and CMake-based CUDA compilation.
Build Process
- Cargo triggers
build.rs - cbindgen generates C headers from Rust types
- CMake compiles CUDA modules into object libraries
- Device linking produces
libsys-cuda.a - Cargo links the static library into Rust binaries
Part of SP1-GPU, the GPU-accelerated prover for SP1.