MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / bytes

Method bytes

src/targets/gpu/include/migraphx/gpu/kernel.hpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 std::size_t size() const { return n; }
55
56 std::size_t bytes() const { return n * sizeof(void*); }
57
58 private:
59 void** p = nullptr;

Callers 15

launchMethod · 0.45
allocate_gpuFunction · 0.45
register_on_gpuFunction · 0.45
to_gpuFunction · 0.45
from_gpuFunction · 0.45
hip_async_memsetFunction · 0.45
hip_async_copyFunction · 0.45
compileMethod · 0.45
parseMethod · 0.45
set_zeroMethod · 0.45
broadcastsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected