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

Method add_instruction

test/analyze_streams.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111 template <class... Ts>
112 migraphx::instruction_ref add_instruction(Ts... xs)
113 {
114 return mm->add_instruction(xs...);
115 }
116
117 template <class... Ts>
118 migraphx::instruction_ref add_instruction_stream(std::size_t n, Ts... xs)

Callers 15

add_allocationFunction · 0.45
create_im2colFunction · 0.45
create_convFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
create_programFunction · 0.45
TEST_CASEFunction · 0.45
cast_fp8_helperFunction · 0.45

Calls

no outgoing calls

Tested by 15

create_im2colFunction · 0.36
create_convFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
create_programFunction · 0.36
TEST_CASEFunction · 0.36
cast_fp8_helperFunction · 0.36
TEST_CASEFunction · 0.36