mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-21 00:44:43 +00:00
This is very incomplete. Just enough code to emit LLVM bitcode and continue further development |
||
---|---|---|
.. | ||
lib | ||
src | ||
build.rs | ||
Cargo.toml | ||
README |
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.*$"