ZLUDA/cuda_base
2022-01-28 16:44:46 +01:00
..
build Add OGL interop to cuda proc macros 2022-01-26 11:32:20 +01:00
src Implement static typing for dynamically-loaded CUDA DLLs 2022-01-28 16:44:46 +01:00
Cargo.toml Move zluda_dump to the new CUDA infrastructure 2022-01-07 04:20:33 +01:00
README Add OGL interop to cuda proc macros 2022-01-26 11:32:20 +01:00

bindgen build/wrapper.h -o src/cuda.rs --no-partialeq "CUDA_HOST_NODE_PARAMS_st" --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" -- -I/usr/local/cuda/include