QUDA v0.4.0
A library for QCD on GPUs
|
#include <gauge_field.h>
#include <face_quda.h>
#include <typeinfo>
#include <misc_helpers.h>
#include <pack_gauge.h>
Go to the source code of this file.
Functions | |
template<typename Float , typename Float2 > | |
void | loadMomField (Float2 *even, Float2 *odd, Float *mom, int bytes, int Vh, int pad) |
template<typename Float , typename Float2 > | |
void | storeMomToCPUArray (Float *mom, Float2 *even, Float2 *odd, int bytes, int V, int pad) |
void loadMomField | ( | Float2 * | even, |
Float2 * | odd, | ||
Float * | mom, | ||
int | bytes, | ||
int | Vh, | ||
int | pad | ||
) |
Definition at line 118 of file cuda_gauge_field.cpp.
void storeMomToCPUArray | ( | Float * | mom, |
Float2 * | even, | ||
Float2 * | odd, | ||
int | bytes, | ||
int | V, | ||
int | pad | ||
) |
Definition at line 310 of file cuda_gauge_field.cpp.