QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
extract_gauge_ghost.cu File Reference
#include <gauge_field_order.h>

Go to the source code of this file.

Classes

struct  quda::ExtractGhostArg< Order, nDim >
 
class  quda::ExtractGhost< Float, length, nDim, Order >
 

Namespaces

 quda
 

Functions

template<typename Float , int length, int nDim, typename Order >
void quda::extractGhost (ExtractGhostArg< Order, nDim > arg)
 
template<typename Float , int length, int nDim, typename Order >
__global__ void quda::extractGhostKernel (ExtractGhostArg< Order, nDim > arg)
 
template<typename Float , int length, typename Order >
void quda::extractGhost (Order order, const GaugeField &u, QudaFieldLocation location)
 
template<typename Float >
void quda::extractGhost (const GaugeField &u, Float **Ghost)
 
void quda::extractGaugeGhost (const GaugeField &u, void **ghost)