ZLUDA/hip_runtime-sys
Andrzej Janik 2d34303a18 Try use inkwell
2024-09-11 16:01:30 +02:00
..
2021-08-27 17:27:48 +00:00
2024-09-11 16:01:30 +02:00
2024-09-11 16:01:30 +02:00
2024-09-11 16:01:30 +02:00
2024-09-11 16:01:30 +02:00
2024-09-11 16:01:30 +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__