QUDA
1.0.0
Main Page
+
Namespaces
Namespace List
+
Namespace 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
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
z
+
Variables
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
h
i
k
m
n
p
q
r
+
Classes
Class List
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
w
x
y
z
+
Typedefs
a
c
f
g
i
n
r
s
t
v
Related Functions
+
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
d
m
q
t
+
Enumerations
i
q
+
Enumerator
e
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
lib
copy_color_spinor_qd.cu
Go to the documentation of this file.
1
#include <
copy_color_spinor.cuh
>
2
3
namespace
quda
{
4
5
void
copyGenericColorSpinorQD
(
ColorSpinorField
&dst,
const
ColorSpinorField
&src,
6
QudaFieldLocation
location,
void
*Dst,
void
*Src,
7
void
*dstNorm,
void
*srcNorm) {
8
CopyGenericColorSpinor<3>(dst, src, location, (
char
*)Dst, (
double
*)Src, (
float
*)dstNorm, 0);
9
}
10
11
}
// namespace quda
quda::ColorSpinorField
Definition:
color_spinor_field.h:311
quda
Definition:
blas_cublas.h:5
QudaFieldLocation
enum QudaFieldLocation_s QudaFieldLocation
copy_color_spinor.cuh
quda::copyGenericColorSpinorQD
void copyGenericColorSpinorQD(ColorSpinorField &, const ColorSpinorField &, QudaFieldLocation, void *, void *, void *a=0, void *b=0)
Definition:
copy_color_spinor_qd.cu:5
Generated by
1.8.13