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

Method push_back

src/targets/gpu/compile_hip.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 const char** data() { return c_strs.data(); }
111
112 void push_back(std::string s)
113 {
114 strings.push_back(std::move(s));
115 c_strs.push_back(strings.back().c_str());
116 }
117 };
118
119 hiprtc_program_ptr prog = nullptr;

Callers 15

parseMethod · 0.45
get_axes_from_maskFunction · 0.45
get_nodesFunction · 0.45
find_outputsMethod · 0.45
parse_nodeMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
insertMethod · 0.45
parse_equationMethod · 0.45
find_duplicatesMethod · 0.45
preprocess_inputMethod · 0.45
process_pairMethod · 0.45

Calls 1

backMethod · 0.80

Tested by

no test coverage detected