/* * Extra bits for cuSolver bindings */ #ifndef C_STUBS_H #define C_STUBS_H #ifdef __MINGW32__ #include #undef CUDARTAPI #define CUDARTAPI __stdcall #endif #include #include #include #include #include #if CUDA_VERSION >= 7500 #include #endif #endif /* C_STUBS_H */