QUDA
v1.1.0
A library for QCD on GPUs
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
Typedefs
b
c
d
f
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
b
c
d
g
h
k
l
m
n
p
q
r
s
u
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Typedefs
a
b
c
d
f
g
h
i
n
p
r
s
t
u
v
Enumerator
Related Functions
a
c
d
f
i
o
p
s
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
c
d
m
p
q
t
Enumerations
d
k
q
Enumerator
q
t
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
quda
include
quda_constants.h
Go to the documentation of this file.
1
#define QUDA_VERSION_MAJOR 1
2
#define QUDA_VERSION_MINOR 1
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 6
18
24
#define QUDA_MAX_GEOMETRY 8
25
31
#define QUDA_MAX_MULTI_SHIFT 32
32
37
#define QUDA_MAX_BLOCK_SRC 64
38
43
#define QUDA_MAX_ARRAY_SIZE (QUDA_MAX_MULTI_SHIFT > QUDA_MAX_BLOCK_SRC ? QUDA_MAX_MULTI_SHIFT : QUDA_MAX_BLOCK_SRC)
44
49
#define QUDA_MAX_DWF_LS 32
50
56
#define QUDA_MAX_MG_LEVEL 5
57
63
#define QUDA_MAX_MULTI_REDUCE 1024
Generated on Thu Oct 28 2021 16:10:26 for QUDA by
1.9.1