Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/rocPRIM
/ max
Method
max
common/utils_data_generation.hpp:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
return rocprim::numeric_limits<T>::min();
153
}
154
static inline T max()
155
{
156
return rocprim::numeric_limits<T>::max();
157
}
158
};
159
160
template<typename T>
Callers
nothing calls this directly
Calls
1
max
Function · 0.50
Tested by
no test coverage detected