culatypes.h | culatypes.h | |||
---|---|---|---|---|
skipping to change at line 49 | skipping to change at line 49 | |||
#ifdef CULA_USE_CUDA_COMPLEX | #ifdef CULA_USE_CUDA_COMPLEX | |||
#include "cuComplex.h" | #include "cuComplex.h" | |||
#endif | #endif | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
#define CULA_VERSION_MAJOR 1 | #define CULA_VERSION_MAJOR 1 | |||
#define CULA_VERSION_MINOR 2 | #define CULA_VERSION_MINOR 3 | |||
/** | /** | |||
* @brief Provides extended error information for CULA functions. | * @brief Provides extended error information for CULA functions. | |||
* When negative, this value specifies an argument position with an invalid | * When negative, this value specifies an argument position with an invalid | |||
* value. | * value. | |||
*/ | */ | |||
typedef int info_t; | typedef int info_t; | |||
// host types | // host types | |||
typedef float culaFloat; | typedef float culaFloat; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||