QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
quda_constants.h File Reference

Go to the source code of this file.

Macros

#define QUDA_VERSION_MAJOR   0
 
#define QUDA_VERSION_MINOR   7
 
#define QUDA_VERSION_SUBMINOR   0
 
#define QUDA_VERSION   ((QUDA_VERSION_MAJOR<<16) | (QUDA_VERSION_MINOR<<8) | QUDA_VERSION_SUBMINOR)
 This macro is deprecated. Use QUDA_VERSION_MAJOR, etc., instead. More...
 
#define QUDA_MAX_DIM   5
 Maximum number of dimensions supported by QUDA. In practice, no routines make use of more than 5. More...
 
#define QUDA_MAX_MULTI_SHIFT   32
 Maximum number of shifts supported by the multi-shift solver. This number may be changed if need be. More...
 
#define QUDA_MAX_DWF_LS   128
 Maximum length of the Ls dimension for domain-wall fermions. More...
 

Macro Definition Documentation

#define QUDA_MAX_DIM   5

Maximum number of dimensions supported by QUDA. In practice, no routines make use of more than 5.

Definition at line 17 of file quda_constants.h.

#define QUDA_MAX_DWF_LS   128

Maximum length of the Ls dimension for domain-wall fermions.

Definition at line 30 of file quda_constants.h.

#define QUDA_MAX_MULTI_SHIFT   32

Maximum number of shifts supported by the multi-shift solver. This number may be changed if need be.

Definition at line 24 of file quda_constants.h.

#define QUDA_VERSION   ((QUDA_VERSION_MAJOR<<16) | (QUDA_VERSION_MINOR<<8) | QUDA_VERSION_SUBMINOR)

This macro is deprecated. Use QUDA_VERSION_MAJOR, etc., instead.

Definition at line 9 of file quda_constants.h.

#define QUDA_VERSION_MAJOR   0

Definition at line 1 of file quda_constants.h.

#define QUDA_VERSION_MINOR   7

Definition at line 2 of file quda_constants.h.

#define QUDA_VERSION_SUBMINOR   0

Definition at line 3 of file quda_constants.h.