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

Method add_instruction_stream

test/analyze_streams.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117 template <class... Ts>
118 migraphx::instruction_ref add_instruction_stream(std::size_t n, Ts... xs)
119 {
120 max_stream = std::max(max_stream, n);
121 auto ins = mm->add_instruction(xs...);
122 ins2stream[ins] = n;
123 return ins;
124 }
125
126 template <class... Ts>
127 migraphx::instruction_ref add_return(Ts... xs)

Callers 1

TEST_CASEFunction · 0.80

Calls 2

maxClass · 0.50
add_instructionMethod · 0.45

Tested by

no test coverage detected