#include <map>
#include <quda_internal.h>
#include <color_spinor_field.h>
#include <comm_quda.h>
Go to the source code of this file.
|
void | reduceMaxDouble (double &) |
|
void | reduceDouble (double &) |
|
void | reduceDoubleArray (double *, const int len) |
|
int | commDim (int) |
|
int | commCoords (int) |
|
int | commDimPartitioned (int dir) |
|
void | commDimPartitionedSet (int dir) |
|
void | exchange_cpu_sitelink (int *X, void **sitelink, void **ghost_sitelink, void **ghost_sitelink_diag, QudaPrecision gPrecision, QudaGaugeParam *param, int optflag) |
|
void | exchange_cpu_sitelink_ex (int *X, int *R, void **sitelink, QudaGaugeFieldOrder cpu_order, QudaPrecision gPrecision, int optflag, int geometry) |
|
void | exchange_gpu_staple_start (int *X, void *_cudaStaple, int dir, int whichway, cudaStream_t *stream) |
|
void | exchange_gpu_staple_comms (int *X, void *_cudaStaple, int dir, int whichway, cudaStream_t *stream) |
|
void | exchange_gpu_staple_wait (int *X, void *_cudaStaple, int dir, int whichway, cudaStream_t *stream) |
|
void | exchange_gpu_staple (int *X, void *_cudaStaple, cudaStream_t *stream) |
|
void | exchange_cpu_staple (int *X, void *staple, void **ghost_staple, QudaPrecision gPrecision) |
|
void | exchange_llfat_init (QudaPrecision prec) |
|
void | exchange_llfat_cleanup (void) |
|
int commDimPartitioned |
( |
int |
dir | ) |
|
void commDimPartitionedSet |
( |
int |
dir | ) |
|
void exchange_cpu_sitelink |
( |
int * |
X, |
|
|
void ** |
sitelink, |
|
|
void ** |
ghost_sitelink, |
|
|
void ** |
ghost_sitelink_diag, |
|
|
QudaPrecision |
gPrecision, |
|
|
QudaGaugeParam * |
param, |
|
|
int |
optflag |
|
) |
| |
void exchange_cpu_staple |
( |
int * |
X, |
|
|
void * |
staple, |
|
|
void ** |
ghost_staple, |
|
|
QudaPrecision |
gPrecision |
|
) |
| |
void exchange_gpu_staple |
( |
int * |
X, |
|
|
void * |
_cudaStaple, |
|
|
cudaStream_t * |
stream |
|
) |
| |
void exchange_gpu_staple_comms |
( |
int * |
X, |
|
|
void * |
_cudaStaple, |
|
|
int |
dir, |
|
|
int |
whichway, |
|
|
cudaStream_t * |
stream |
|
) |
| |
void exchange_gpu_staple_start |
( |
int * |
X, |
|
|
void * |
_cudaStaple, |
|
|
int |
dir, |
|
|
int |
whichway, |
|
|
cudaStream_t * |
stream |
|
) |
| |
void exchange_gpu_staple_wait |
( |
int * |
X, |
|
|
void * |
_cudaStaple, |
|
|
int |
dir, |
|
|
int |
whichway, |
|
|
cudaStream_t * |
stream |
|
) |
| |
void exchange_llfat_cleanup |
( |
void |
| ) |
|
void reduceDouble |
( |
double & |
| ) |
|
void reduceDoubleArray |
( |
double * |
, |
|
|
const int |
len |
|
) |
| |
void reduceMaxDouble |
( |
double & |
| ) |
|