aboutsummaryrefslogtreecommitdiffhomepage
path: root/ext/hip_runtime-sys/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hip_runtime-sys/README')
-rw-r--r--ext/hip_runtime-sys/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/hip_runtime-sys/README b/ext/hip_runtime-sys/README
deleted file mode 100644
index d80b30a..0000000
--- a/ext/hip_runtime-sys/README
+++ /dev/null
@@ -1 +0,0 @@
-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__