diff options
Diffstat (limited to 'cuda_base/README')
-rw-r--r-- | cuda_base/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cuda_base/README b/cuda_base/README new file mode 100644 index 0000000..a284995 --- /dev/null +++ b/cuda_base/README @@ -0,0 +1 @@ +bindgen /usr/local/cuda/include/cuda.h -o src/cuda.rs --with-derive-eq --whitelist-function="^cu.*" --whitelist-var="^CU.*" --size_t-is-usize --default-enum-style=newtype --no-layout-tests --no-doc-comments --no-derive-debug --new-type-alias "^CUdevice_v\d+$|^CUdeviceptr_v\d+$" --must-use-type "cudaError_enum" -- -D__CUDA_API_VERSION_INTERNAL
|