QUDA  v1.1.0
A library for QCD on GPUs
Namespaces | Macros | Functions
warp.h File Reference

Go to the source code of this file.

Namespaces

 trove
 

Macros

#define WARP_CONVERGED   0xffffffff
 
#define WARP_SIZE   32
 
#define WARP_MASK   0x1f
 
#define LOG_WARP_SIZE   5
 

Functions

__device__ bool trove::warp_converged ()
 

Macro Definition Documentation

◆ LOG_WARP_SIZE

#define LOG_WARP_SIZE   5

Definition at line 47 of file warp.h.

◆ WARP_CONVERGED

#define WARP_CONVERGED   0xffffffff

Definition at line 32 of file warp.h.

◆ WARP_MASK

#define WARP_MASK   0x1f

Definition at line 46 of file warp.h.

◆ WARP_SIZE

#define WARP_SIZE   32

Definition at line 45 of file warp.h.