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

Method mark

src/targets/gpu/problem_cache.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void problem_cache::mark(const std::string& name, const value& problem)
77{
78 cache.insert(std::make_pair(create_key(name, problem), value{}));
79}
80
81optional<value> problem_cache::get(const std::string& name, const value& problem) const
82{

Callers 2

runMethod · 0.45
add_compilesMethod · 0.45

Calls 2

create_keyFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected