#include <emulation.hpp>
List of all members.
Public Types |
| enum | { TAG_MASK = (1U << ( (sizeof(unsigned int) << 3) - 5U)) - 1U
} |
Static Public Member Functions |
| template<typename T > |
| static __device__ __forceinline__ T | atomicInc (T *address, T val) |
| template<typename T > |
| static __device__ __forceinline__ T | atomicAdd (T *address, T val) |
| template<typename T > |
| static __device__ __forceinline__ T | atomicMin (T *address, T val) |
Member Enumeration Documentation
Member Function Documentation
The documentation for this struct was generated from the following file: