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

Method run

src/driver/main.cpp:860–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 void parse(argument_parser& ap) { c.parse(ap); }
859
860 void run()
861 {
862 auto p = c.compile();
863 std::cout << "Allocating params ... " << std::endl;
864 auto m = c.params(p);
865 std::cout << "rocTX:\tLoading rocTX library..." << std::endl;
866 auto rtx = create_marker_roctx();
867 p.mark(m, std::move(rtx));
868 }
869};
870
871struct op : command<op>

Callers

nothing calls this directly

Calls 4

create_marker_roctxFunction · 0.85
paramsMethod · 0.80
compileMethod · 0.45
markMethod · 0.45

Tested by

no test coverage detected