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

Method run

src/driver/main.cpp:799–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797 void parse(argument_parser& ap) { c.parse(ap); }
798
799 void run()
800 {
801 auto p = c.compile();
802 std::cout << "Allocating params ... " << std::endl;
803 auto m = c.params(p);
804 p.eval(m);
805 std::cout << p << std::endl;
806 }
807};
808
809struct time_cmd : command<time_cmd>

Callers

nothing calls this directly

Calls 3

paramsMethod · 0.80
compileMethod · 0.45
evalMethod · 0.45

Tested by

no test coverage detected