Crates.io | hip-sys |
lib.rs | hip-sys |
version | 0.1.1 |
source | src |
created_at | 2023-07-25 03:46:44.438462 |
updated_at | 2023-07-25 03:46:44.438462 |
description | Bindings for HIP |
homepage | |
repository | https://github.com/cjordan/hip-sys |
max_upload_size | |
id | 925143 |
size | 16,644 |
Rust bindings for HIP
hipblas
can be accessed with the blas
featurehip
with HIP_PATH
. If not provided,
/opt/rocm/hip
is assumedhipblas
with HIP_BLAS_PATH
. If not provided,
/opt/rocm/hipblas
is assumedbindgen
featuresudo apt install hip-hcc
(from ROCm package registry)sudo apt install rocsolver
sudo pacman -S rocm-hip-runtime
If you have any problems please post an issue.
Run the tests with:
cargo test
Open the documentation with:
cargo doc --open
This repo is derived from one created here; permission has been gained to publish this work with local modifications (see issue #1).