#include <stdio.h>
#include <cuda_runtime.h>
#include <cuda.h>
#include <quda_internal.h>
#include <read_gauge.h>
#include "gauge_field.h"
#include <force_common.h>
#include "llfat_quda.h"
#include <face_quda.h>
Go to the source code of this file.
|
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 | quda::llfat_cuda (cudaGaugeField *cudaFatLink, cudaGaugeField *cudaLongLink, cudaGaugeField &cudaSiteLink, cudaGaugeField &cudaStaple, cudaGaugeField &cudaStaple1, QudaGaugeParam *param, double *act_path_coeff) |
|
void | quda::llfat_cuda_ex (cudaGaugeField *cudaFatLink, cudaGaugeField *cudaLongLink, cudaGaugeField &cudaSiteLink, cudaGaugeField &cudaStaple, cudaGaugeField &cudaStaple1, QudaGaugeParam *param, double *act_path_coeff) |
|
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 |
|
) |
| |