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

Method insert

src/targets/gpu/problem_cache.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void problem_cache::insert(const std::string& name, const value& problem, const value& solution)
71{
72 assert(not solution.is_null());
73 cache[create_key(name, problem)] = solution;
74}
75
76void problem_cache::mark(const std::string& name, const value& problem)
77{

Callers 15

parseMethod · 0.45
compile_hip_rawFunction · 0.45
hip_gemm_save_solutionFunction · 0.45
get_passesMethod · 0.45
gemm_save_solutionFunction · 0.45
pack_argsFunction · 0.45
applyMethod · 0.45
is_mlir_convFunction · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
compute_shapeMethod · 0.45

Calls 2

create_keyFunction · 0.85
is_nullMethod · 0.80

Tested by

no test coverage detected