Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romankoblov/rust-nvrtc

NVRTC bindings for RUST
https://github.com/romankoblov/rust-nvrtc

cuda nvrtc rust

Last synced: 17 days ago
JSON representation

NVRTC bindings for RUST

Awesome Lists containing this project

README

        

rust-nvrtc
=========
[![CircleCI](https://circleci.com/gh/romankoblov/rust-nvrtc/tree/master.svg?style=shield)](https://circleci.com/gh/romankoblov/rust-nvrtc/tree/master)
[![Crate](https://img.shields.io/crates/v/nvrtc.svg)](https://crates.io/crates/nvrtc)
[![docs.rs](https://docs.rs/nvrtc/badge.svg)](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?