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).