cuda-bindings 0.1.0

NVIDIA CUDA bindings.
1
2
3
4
5
6
7
8
9
10
11
# cuda-bindings

Generated raw Rust FFI bindings to the CUDA toolkit libraries used by this workspace.

This crate is intentionally low level. Most code should depend on `cuda-core` instead of calling these bindings directly.

# Notes

- The bindings are generated at build time.
- `CUDA_TOOLKIT_PATH` must point at the local CUDA toolkit installation.
- The crate is licensed under [LICENSE-NVIDIA]../LICENSE-NVIDIA.