diff options
Diffstat (limited to 'ext/amd_comgr-sys/README')
-rw-r--r-- | ext/amd_comgr-sys/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/amd_comgr-sys/README b/ext/amd_comgr-sys/README new file mode 100644 index 0000000..5d4e3cc --- /dev/null +++ b/ext/amd_comgr-sys/README @@ -0,0 +1 @@ +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.*$" |