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

Method record

src/targets/gpu/schedule_model.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 m.insert_instruction(ins, wait_event{wait_id});
121}
122void schedule_model::record(module& m, instruction_ref ins, std::size_t wait_id) const
123{
124 m.insert_instruction(std::next(ins), record_event{wait_id});
125}
126
127static std::unordered_map<std::string, std::size_t> create_weight_map()
128{

Callers 4

applyMethod · 0.45
time_loopFunction · 0.45
computeMethod · 0.45
run_asyncMethod · 0.45

Calls 1

insert_instructionMethod · 0.80

Tested by

no test coverage detected