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

Method hiprtc_program

src/targets/gpu/compile_hip.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 std::string cpp_name = "";
124
125 hiprtc_program(const std::string& src, const std::string& name = "main.cpp")
126 : cpp_src(src), cpp_name(name)
127 {
128 create_program();
129 }
130
131 hiprtc_program(std::vector<hiprtc_src_file> srcs)
132 {

Callers

nothing calls this directly

Calls 3

ends_withFunction · 0.85
create_programFunction · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected