Searched defs:DynamicSharedMem (Results 1 – 2 of 2) sorted by relevance
56 template <class T> struct DynamicSharedMem struct58 __device__ __forceinline__ operator T*() in operator T*()64 __device__ __forceinline__ operator const T*() const in operator const T*()72 template <> struct DynamicSharedMem<double> struct74 __device__ __forceinline__ operator double*() in operator double*()80 __device__ __forceinline__ operator const double*() const in operator const double*()
54 template<class T> struct DynamicSharedMem struct56 __device__ __forceinline__ operator T*() in operator T*()62 __device__ __forceinline__ operator const T*() const in operator const T*()70 template<> struct DynamicSharedMem<double> struct72 __device__ __forceinline__ operator double*() in operator double*()78 __device__ __forceinline__ operator const double*() const in operator const double*()