ZLUDA/ext/amd_comgr-sys
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/amd_comgr/amd_comgr.h -o /tmp/amd_comgr.rs --no-layout-tests --default-enum-style=newtype --allowlist-function "amd_comgr.*" --allowlist-type "amd_comgr.*" --no-derive-debug --must-use-type amd_comgr_status_t --allowlist-var "^AMD_COMGR.*$"