QUDA v0.4.0
A library for QCD on GPUs
Functions
quda/lib/cuda_gauge_field.cpp File Reference
#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)

Function Documentation

template<typename Float , typename Float2 >
void loadMomField ( Float2 *  even,
Float2 *  odd,
Float *  mom,
int  bytes,
int  Vh,
int  pad 
)

Definition at line 118 of file cuda_gauge_field.cpp.

template<typename Float , typename Float2 >
void storeMomToCPUArray ( Float *  mom,
Float2 *  even,
Float2 *  odd,
int  bytes,
int  V,
int  pad 
)

Definition at line 310 of file cuda_gauge_field.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines