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

Method finish

src/program.cpp:670–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670void program::finish() const
671{
672 for(const auto& ctx : this->impl->contexts)
673 ctx.finish();
674}
675
676static std::string get_migraphx_version()
677{

Callers 3

markMethod · 0.95
perf_reportMethod · 0.95
evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected