QUDA  0.9.0
Variables
dslash Namespace Reference

Variables

int it
 
cudaEvent_t packEnd [2]
 
cudaEvent_t gatherStart [Nstream]
 
cudaEvent_t gatherEnd [Nstream]
 
cudaEvent_t scatterStart [Nstream]
 
cudaEvent_t scatterEnd [Nstream]
 
cudaEvent_t dslashStart [2]
 
Worker * aux_worker
 
intcommsEnd_h
 
CUdeviceptr commsEnd_d [Nstream]
 

Variable Documentation

◆ aux_worker

Worker* dslash::aux_worker

◆ commsEnd_d

CUdeviceptr dslash::commsEnd_d[Nstream]

◆ commsEnd_h

int* dslash::commsEnd_h

◆ dslashStart

cudaEvent_t dslash::dslashStart[2]

◆ gatherEnd

cudaEvent_t dslash::gatherEnd[Nstream]

◆ gatherStart

cudaEvent_t dslash::gatherStart[Nstream]

Definition at line 70 of file dslash_quda.cu.

Referenced by quda::createDslashEvents(), and quda::destroyDslashEvents().

◆ it

int dslash::it

Definition at line 64 of file dslash_quda.cu.

Referenced by bdSVD().

◆ packEnd

cudaEvent_t dslash::packEnd[2]

◆ scatterEnd

cudaEvent_t dslash::scatterEnd[Nstream]

◆ scatterStart

cudaEvent_t dslash::scatterStart[Nstream]

Definition at line 72 of file dslash_quda.cu.

Referenced by quda::createDslashEvents(), and quda::destroyDslashEvents().