https://github.com/romankoblov/rust-nvrtc
NVRTC bindings for RUST
https://github.com/romankoblov/rust-nvrtc
cuda nvrtc rust
Last synced: about 1 month ago
JSON representation
NVRTC bindings for RUST
- Host: GitHub
- URL: https://github.com/romankoblov/rust-nvrtc
- Owner: romankoblov
- License: mit
- Created: 2019-01-09T16:49:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T21:53:42.000Z (about 2 years ago)
- Last Synced: 2024-04-25T01:21:52.548Z (12 months ago)
- Topics: cuda, nvrtc, rust
- Language: Rust
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cuda-and-hpc - romankoblov/rust-nvrtc - nvrtc?style=social"/> : NVRTC bindings for RUST. (Frameworks)
- awesome-cuda-and-hpc - romankoblov/rust-nvrtc - nvrtc?style=social"/> : NVRTC bindings for RUST. (Frameworks)
- awesome-rust-list - romankoblov/rust-nvrtc - nvrtc?style=social"/> : NVRTC bindings for RUST. (GPU Programming)
- awesome-rust-list - romankoblov/rust-nvrtc - nvrtc?style=social"/> : NVRTC bindings for RUST. (GPU Programming)
README
rust-nvrtc
=========
[](https://circleci.com/gh/romankoblov/rust-nvrtc/tree/master)
[](https://crates.io/crates/nvrtc)
[](https://docs.rs/nvrtc)Bindings for [NVIDIA® CUDA™ NVRTC](https://docs.nvidia.com/cuda/nvrtc/index.html) in Rust.
# TODO
- [ ] dynamic loading of NVRTC
- [ ] debug test crash if RUST_TEST_THREADS!=1
- [ ] docs?