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

Method run

src/driver/main.cpp:819–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817 }
818
819 void run()
820 {
821 auto p = c.compile();
822 std::cout << "Allocating params ... " << std::endl;
823 auto m = c.params(p);
824 std::cout << "Running ... " << std::endl;
825 double t = time_run(p, m, n);
826 std::cout << "Total time: " << t << "ms" << std::endl;
827 }
828};
829
830struct perf : command<perf>

Callers

nothing calls this directly

Calls 3

time_runFunction · 0.85
paramsMethod · 0.80
compileMethod · 0.45

Tested by

no test coverage detected