ZLUDA/ext/hip_runtime-sys
2024-09-13 01:03:38 +02:00
..
include Wrap comgr in a separate library, move bindgen output to ext 2024-09-13 01:03:38 +02:00
lib Wrap comgr in a separate library, move bindgen output to ext 2024-09-13 01:03:38 +02:00
src Wrap comgr in a separate library, move bindgen output to ext 2024-09-13 01:03:38 +02:00
build.rs Wrap comgr in a separate library, move bindgen output to ext 2024-09-13 01:03:38 +02:00
Cargo.toml Wrap comgr in a separate library, move bindgen output to ext 2024-09-13 01:03:38 +02:00
README Wrap comgr in a separate library, move bindgen output to ext 2024-09-13 01:03:38 +02:00

bindgen --rust-target 1.77 /opt/rocm/include/hip/hip_runtime_api.h -o 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/opt/rocm/include -D__HIP_PLATFORM_AMD__