ZLUDA/hip_runtime-sys
2024-05-21 10:49:19 +09:00
..
include Nobody expects the Red Team 2024-02-11 20:45:51 +01:00
lib Nobody expects the Red Team 2024-02-11 20:45:51 +01:00
src [Fix] Clean up Runtime API. 2024-05-21 10:49:19 +09:00
build.rs Nobody expects the Red Team 2024-02-11 20:45:51 +01:00
Cargo.toml Nobody expects the Red Team 2024-02-11 20:45:51 +01:00
Makefile.toml Nobody expects the Red Team 2024-02-11 20:45:51 +01:00
README Nobody expects the Red Team 2024-02-11 20:45:51 +01:00

bindgen include/hip_runtime_api.h -o src/hip_runtime_api.rs --no-layout-tests --size_t-is-usize --default-enum-style=newtype --whitelist-function "hip.*" --whitelist-type "hip.*" --no-derive-debug --must-use-type hipError_t --new-type-alias "^hipDeviceptr_t$" --whitelist-var "^hip.*$" -- -I/opt/rocm/include -D__HIP_PLATFORM_AMD__