QUDA
v1.1.0
A library for QCD on GPUs
|
#include <ptr.h>
Public Member Functions | |
__device__ | coalesced_ref (T *ptr) |
__device__ | operator T () |
__device__ coalesced_ref & | operator= (const T &data) |
__device__ coalesced_ref & | operator= (const coalesced_ref &other) |
Public Attributes | |
T * | m_ptr |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
T* trove::detail::coalesced_ref< T >::m_ptr |