ZLUDA/cuda_base
2022-01-08 00:33:26 +01:00
..
src Fix luid printing 2022-01-08 00:33:26 +01:00
Cargo.toml Move zluda_dump to the new CUDA infrastructure 2022-01-07 04:20:33 +01:00
README Move zluda_dump to the new CUDA infrastructure 2022-01-07 04:20:33 +01:00

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