Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
launch
Method · 0.45
allocate_gpu
Function · 0.45
register_on_gpu
Function · 0.45
to_gpu
Function · 0.45
from_gpu
Function · 0.45
hip_async_memset
Function · 0.45
hip_async_copy
Function · 0.45
create_hipblaslt_args_common
Method · 0.45
compile
Method · 0.45
parse
Method · 0.45
set_zero
Method · 0.45
broadcasts
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected