diff options
Diffstat (limited to 'rocblas-sys/README')
-rw-r--r-- | rocblas-sys/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rocblas-sys/README b/rocblas-sys/README new file mode 100644 index 0000000..e6e0567 --- /dev/null +++ b/rocblas-sys/README @@ -0,0 +1 @@ +bindgen /opt/rocm/include/rocblas/rocblas.h -o src/rocblas.rs --no-layout-tests --size_t-is-usize --default-enum-style=newtype --no-derive-debug --allowlist-function "rocblas_.*" --allowlist-var "ROCBLAS_*" --must-use-type rocblas_status -- -I/opt/rocm/include
\ No newline at end of file |