Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/clr
/ GetHipToolsDispatchTable
Function
GetHipToolsDispatchTable
hipamd/src/hip_api_trace.cpp:1501–1504 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1499
return _v;
1500
}
1501
const HipToolsDispatchTable* GetHipToolsDispatchTable() {
1502
static auto* _v = &GetDispatchTableImpl<HipToolsDispatchTable>();
1503
return _v;
1504
}
1505
} // namespace hip
1506
1507
#if !defined(_WIN32)
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected