Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ create_key
Function
create_key
src/targets/gpu/problem_cache.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
static value create_key(const std::string& name, const value& problem)
61
{
62
return {{
"name"
, name}, {
"problem"
, problem}};
63
}
64
65
bool problem_cache::has(const std::string& name, const value& problem) const
66
{
Callers
4
has
Method · 0.85
insert
Method · 0.85
mark
Method · 0.85
get
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected