QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
quda_constants.h
Go to the documentation of this file.
1 #define QUDA_VERSION_MAJOR 0
2 #define QUDA_VERSION_MINOR 7
3 #define QUDA_VERSION_SUBMINOR 0
4 
9 #define QUDA_VERSION ((QUDA_VERSION_MAJOR<<16) | (QUDA_VERSION_MINOR<<8) | QUDA_VERSION_SUBMINOR)
10 
11 
17 #define QUDA_MAX_DIM 5
18 
24 #define QUDA_MAX_MULTI_SHIFT 32
25 
30 #define QUDA_MAX_DWF_LS 128
31