MCPcopy Create free account
hub / github.com/ROCm/rocPRIM / transform

Class transform

test/rocprim/test_texture_cache_iterator.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68template<class T>
69struct transform
70{
71 __device__ __host__
72 constexpr T operator()(const T& a) const
73 {
74 return a + 5;
75 }
76};
77
78TYPED_TEST(RocprimTextureCacheIteratorTests, Transform)
79{

Callers 1

TYPED_TESTFunction · 0.70

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.56