Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ sizes
Function
sizes
test/gpu/pack_args.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
template <class... Ts>
40
static std::size_t sizes()
41
{
42
return migraphx::gpu::pack_args({Ts{}...}).size();
43
}
44
45
template <class... Ts>
46
static std::size_t padding()
Callers
nothing calls this directly
Calls
2
pack_args
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected