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

Method run

src/driver/main.cpp:845–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843 }
844
845 void run()
846 {
847 auto p = c.compile();
848 std::cout << "Allocating params ... " << std::endl;
849 auto m = c.params(p);
850 std::cout << "Running performance report ... " << std::endl;
851 p.perf_report(std::cout, n, m, c.l.batch, detailed);
852 }
853};
854
855struct roctx : command<roctx>

Callers

nothing calls this directly

Calls 3

paramsMethod · 0.80
perf_reportMethod · 0.80
compileMethod · 0.45

Tested by

no test coverage detected