baracuda-cuda-sys 0.0.1-alpha.34

Raw FFI bindings and dynamic loader for the CUDA Driver and Runtime APIs (libcuda / libcudart).
Documentation
1
2
3
4
5
6
fn main() {
    // Placeholder: the real build script is wired up in day 5 once
    // baracuda-build exposes CUDA detection + bindgen helpers.
    println!("cargo:rerun-if-env-changed=CUDA_PATH");
    println!("cargo:rerun-if-env-changed=CUDA_HOME");
}