ZLUDA/rocblas-sys
Seunghoon Lee d7714d84c0
Add support of ROCm 6. (#27)
* Add support of ROCm 6.1.2 for Windows.

* Fix CI.

* Use llvm.sqrt.f64.
2024-07-13 13:47:35 +09:00
..
src Add support of ROCm 6. (#27) 2024-07-13 13:47:35 +09:00
build.rs Enable build for Linux. 2024-02-18 23:38:55 +09:00
Cargo.toml Nobody expects the Red Team 2024-02-11 20:45:51 +01:00
README Add support of ROCm 6. (#27) 2024-07-13 13:47:35 +09:00

bindgen $Env:HIP_PATH/include/rocblas/rocblas.h -o src/rocblas.rs --no-layout-tests --default-enum-style=newtype --no-derive-debug --allowlist-function "rocblas_.*" --allowlist-var "ROCBLAS_*" --must-use-type rocblas_status -- -I"$Env:HIP_PATH/include"