Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
template<class T>
69
struct transform
70
{
71
__device__ __host__
72
constexpr T operator()(const T& a) const
73
{
74
return a + 5;
75
}
76
};
77
78
TYPED_TEST(RocprimTextureCacheIteratorTests, Transform)
79
{
Callers
1
TYPED_TEST
Function · 0.70
Calls
no outgoing calls
Tested by
1
TYPED_TEST
Function · 0.56