nvvm 0.1.1

High level bindings to libnvvm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "nvvm"
version = "0.1.1"
authors = ["Riccardo D'Ambrosio <rdambrosio016@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "High level bindings to libnvvm"
repository = "https://github.com/Rust-GPU/Rust-CUDA"
readme = "../../README.md"

[build-dependencies]
find_cuda_helper = { version = "0.2", path = "../find_cuda_helper" }