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

Method get

src/targets/gpu/problem_cache.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81optional<value> problem_cache::get(const std::string& name, const value& problem) const
82{
83 auto it = cache.find(create_key(name, problem));
84 if(it == cache.end())
85 return nullopt;
86 return it->second;
87}
88
89} // namespace gpu
90} // namespace MIGRAPHX_INLINE_NS

Callers 15

add_gemm_opMethod · 0.45
kernelMethod · 0.45
set_launch_paramsMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45
gemm_default_solutionFunction · 0.45
time_loopFunction · 0.45
computeMethod · 0.45

Calls 3

create_keyFunction · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected