#cuda #gpgpu #ffi

sys cuda-sys

Rust binding to CUDA Driver/Runtime APIs

2 unstable releases

Uses old Rust 2015

0.2.0 Jun 13, 2018
0.1.0 Nov 20, 2017

#52 in #gpgpu

Download history 30/week @ 2023-12-04 171/week @ 2023-12-11 45/week @ 2023-12-18 19/week @ 2023-12-25 96/week @ 2024-01-01 93/week @ 2024-01-08 92/week @ 2024-01-15 130/week @ 2024-01-22 89/week @ 2024-01-29 36/week @ 2024-02-05 105/week @ 2024-02-12 155/week @ 2024-02-19 125/week @ 2024-02-26 177/week @ 2024-03-04 515/week @ 2024-03-11 308/week @ 2024-03-18

1,140 downloads per month
Used in autd3-backend-cuda

MIT license

325KB
10K SLoC

cuda-sys

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

Dependencies