QUDA
v1.1.0
A library for QCD on GPUs
|
#include <ptr.h>
Public Member Functions | |
__device__ | coalesced_ptr (T *ptr) |
__device__ | coalesced_ptr () |
__device__ trove::detail::coalesced_ref< T > | operator* () |
template<typename I > | |
__device__ trove::detail::coalesced_ref< T > | operator[] (const I &idx) |
__device__ | operator T* () |
Public Attributes | |
T * | m_ptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
T* trove::coalesced_ptr< T >::m_ptr |