AndrewGaspar / cuda-sys

Rust binding to CUDA APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cuda-sys

CircleCI Crate docs.rs

Rust binding to CUDA Driver(libcuda.so)/Runtime(libcudart.so) APIs

  • This crate does not include CUDA itself. You need to install on your own.
  • $CUDA_LIBRARY_PATH (e.g. /opt/cuda/lib64) will be used for cargo:rustc-link-search

About

Rust binding to CUDA APIs


Languages

Language:Rust 100.0%