NAMD
Public Member Functions | Public Attributes | List of all members
GBISResults< 1 > Struct Template Reference

Public Member Functions

__device__ __forceinline__ void init ()
 
__device__ __forceinline__ void shuffleNext ()
 

Public Attributes

float psiSum
 

Detailed Description

template<>
struct GBISResults< 1 >

Definition at line 68 of file CudaComputeGBISKernel.cu.

Member Function Documentation

__device__ __forceinline__ void GBISResults< 1 >::init ( )
inline

Definition at line 70 of file CudaComputeGBISKernel.cu.

70 {psiSum = 0.0f;}
__device__ __forceinline__ void GBISResults< 1 >::shuffleNext ( )
inline

Definition at line 71 of file CudaComputeGBISKernel.cu.

References WARP_FULL_MASK, WARP_SHUFFLE, and WARPSIZE.

71  {
72  psiSum = WARP_SHUFFLE(WARP_FULL_MASK, psiSum, (threadIdx.x+1) & (WARPSIZE-1), WARPSIZE);
73  }
#define WARP_FULL_MASK
Definition: CudaUtils.h:21
#define WARPSIZE
Definition: CudaUtils.h:10
#define WARP_SHUFFLE(MASK, VAR, LANE, SIZE)
Definition: CudaUtils.h:54

Member Data Documentation

float GBISResults< 1 >::psiSum

Definition at line 69 of file CudaComputeGBISKernel.cu.

Referenced by calcGBISPhase(), and writeResult().


The documentation for this struct was generated from the following file: