cuda-bindings 0.0.2

NVIDIA CUDA bindings.
docs.rs failed to build cuda-bindings-0.0.2
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.

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.