/* * Extra bits for CUDA bindings */ #ifndef C_STUBS_H #define C_STUBS_H #include #ifdef __cplusplus extern "C" { #endif cudaError_t cudaConfigureCallSimple(int gx, int gy, int bx, int by, int bz, size_t sharedMem, cudaStream_t stream); #ifdef __cplusplus } #endif #endif