hip-sys 0.1.1

Bindings for HIP
Documentation
[dependencies.hip-runtime-sys]
version = "0.1.0"

[dependencies.hipblas-sys]
optional = true
version = "0.1.0"

[features]
bindgen = ["hip-runtime-sys/bindgen", "hipblas-sys?/bindgen"]
blas = ["hipblas-sys"]

[package]
authors = ["charles-r-earp <charles.r.earp@gmail.com>"]
description = "Bindings for HIP"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "hip-sys"
readme = "README.md"
repository = "https://github.com/cjordan/hip-sys"
rust-version = "1.60"
version = "0.1.1"