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
worker.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
quda
{
4
5
class
Worker
{
6
7
public
:
8
Worker
() { }
9
virtual
~Worker
() { }
10
virtual
void
apply
(
const
qudaStream_t
&
stream
) = 0;
11
};
12
13
};
quda::Worker
Definition:
worker.h:5
quda::Worker::~Worker
virtual ~Worker()
Definition:
worker.h:9
quda::Worker::Worker
Worker()
Definition:
worker.h:8
quda::Worker::apply
virtual void apply(const qudaStream_t &stream)=0
quda
Definition:
blas_lapack.h:24
quda::stream
qudaStream_t * stream
Definition:
cuda_color_spinor_field.cpp:644
qudaStream_t
cudaStream_t qudaStream_t
Definition:
quda_api.h:9
Generated on Thu Oct 28 2021 16:10:26 for QUDA by
1.9.1