| Crates.io | hip-sys |
| lib.rs | hip-sys |
| version | 0.1.1 |
| created_at | 2023-07-25 03:46:44.438462+00 |
| updated_at | 2023-07-25 03:46:44.438462+00 |
| 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 rocsolversudo pacman -S rocm-hip-runtimeIf 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).