hip-runtime-sys 0.1.0

Bindings for the HIP runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "hip-runtime-sys"
version = "0.1.0"
authors = ["charles-r-earp <charles.r.earp@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cjordan/hip-sys"
description = "Bindings for the HIP runtime"
links = "amdhip64"

[dependencies]
libc = "0.2.73"

[build-dependencies]
bindgen = { version = "0.65.1", optional = true }