QUDA v0.4.0
A library for QCD on GPUs
quda/include/misc_helpers.h
Go to the documentation of this file.
00001 #ifndef __MISC_HELPERS_H__
00002 #define __MISC_HELPERS_H__
00003 
00004 
00005 void link_format_cpu_to_gpu(void* dst, void* src,
00006                             int reconstruct, int Vh, int pad,
00007                             int ghostV,
00008                             QudaPrecision prec, QudaGaugeFieldOrder cpu_order,
00009                             cudaStream_t stream);
00010 void link_format_gpu_to_cpu(void* dst, void* src, 
00011                             int Vh, int stride, QudaPrecision prec,
00012                             cudaStream_t stream);
00013 
00014 void collectGhostStaple(int* X, void* even, void* odd, int volume, 
00015                         QudaPrecision precision, void* ghost_staple_gpu,                   
00016                         int dir, int whichway, cudaStream_t* stream);
00017 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines