culatypes.h   culatypes.h 
skipping to change at line 48 skipping to change at line 48
*/ */
#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 2
#define CULA_VERSION_MINOR 3 #define CULA_VERSION_MINOR 0
/** /**
* @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. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/