MCPcopy 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
39template <class... Ts>
40static std::size_t sizes()
41{
42 return migraphx::gpu::pack_args({Ts{}...}).size();
43}
44
45template <class... Ts>
46static std::size_t padding()

Callers

nothing calls this directly

Calls 2

pack_argsFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected