d7714d84c0
* Add support of ROCm 6.1.2 for Windows. * Fix CI. * Use llvm.sqrt.f64. |
||
---|---|---|
.. | ||
include | ||
src | ||
build.rs | ||
Cargo.toml | ||
Makefile.toml | ||
README |
bindgen $Env:HIP_PATH/include/hip/hip_runtime_api.h -o src/hip_runtime_api.rs --no-layout-tests --default-enum-style=newtype --allowlist-function "hip.*" --allowlist-type "hip.*" --no-derive-debug --must-use-type hipError_t --new-type-alias "^hipDeviceptr_t$" --allowlist-var "^hip.*$" -- -I"$Env:HIP_PATH/include" -D__HIP_PLATFORM_AMD__