1 2 3 4 5 6 7 8 9
// fake header file to make docs.rs builds happy #ifndef CUDART_H #define CUDART_H typedef struct { } cudaStream_t; #endif