QUDA  v1.1.0
A library for QCD on GPUs
Macros
quda_constants.h File Reference

Go to the source code of this file.

Macros

#define QUDA_VERSION_MAJOR   1
 
#define QUDA_VERSION_MINOR   1
 
#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   6
 Maximum number of dimensions supported by QUDA. In practice, no routines make use of more than 5. More...
 
#define QUDA_MAX_GEOMETRY   8
 Maximum geometry supported by a field. This essentially is the maximum number of dimensions supported per lattice site. 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_BLOCK_SRC   64
 Maximum number of sources that can be supported by the block solver. More...
 
#define QUDA_MAX_ARRAY_SIZE   (QUDA_MAX_MULTI_SHIFT > QUDA_MAX_BLOCK_SRC ? QUDA_MAX_MULTI_SHIFT : QUDA_MAX_BLOCK_SRC)
 
#define QUDA_MAX_DWF_LS   32
 Maximum length of the Ls dimension for domain-wall fermions. More...
 
#define QUDA_MAX_MG_LEVEL   5
 Maximum number of multi-grid levels. This number may be increased if needed. More...
 
#define QUDA_MAX_MULTI_REDUCE   1024
 Maximum number of simultaneous reductions that can take place. This number may be increased if needed. More...
 

Macro Definition Documentation

◆ QUDA_MAX_ARRAY_SIZE

Definition at line 43 of file quda_constants.h.

◆ QUDA_MAX_BLOCK_SRC

#define QUDA_MAX_BLOCK_SRC   64

Maximum number of sources that can be supported by the block solver.

Definition at line 37 of file quda_constants.h.

◆ QUDA_MAX_DIM

#define QUDA_MAX_DIM   6

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.

◆ QUDA_MAX_DWF_LS

#define QUDA_MAX_DWF_LS   32

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

Definition at line 49 of file quda_constants.h.

◆ QUDA_MAX_GEOMETRY

#define QUDA_MAX_GEOMETRY   8

Maximum geometry supported by a field. This essentially is the maximum number of dimensions supported per lattice site.

Definition at line 24 of file quda_constants.h.

◆ QUDA_MAX_MG_LEVEL

#define QUDA_MAX_MG_LEVEL   5

Maximum number of multi-grid levels. This number may be increased if needed.

Definition at line 56 of file quda_constants.h.

◆ QUDA_MAX_MULTI_REDUCE

#define QUDA_MAX_MULTI_REDUCE   1024

Maximum number of simultaneous reductions that can take place. This number may be increased if needed.

Definition at line 63 of file quda_constants.h.

◆ QUDA_MAX_MULTI_SHIFT

#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 31 of file quda_constants.h.

◆ QUDA_VERSION

#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.

◆ QUDA_VERSION_MAJOR

#define QUDA_VERSION_MAJOR   1

Definition at line 1 of file quda_constants.h.

◆ QUDA_VERSION_MINOR

#define QUDA_VERSION_MINOR   1

Definition at line 2 of file quda_constants.h.

◆ QUDA_VERSION_SUBMINOR

#define QUDA_VERSION_SUBMINOR   0

Definition at line 3 of file quda_constants.h.