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

Method finalize

src/program.cpp:348–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void program::finalize()
349{
350 auto* mm = this->get_main_module();
351 mm->finalize(this->impl->contexts);
352}
353
354template <class T>
355static std::string classify(T x)

Callers 2

compileMethod · 0.95
from_valueMethod · 0.95

Calls 1

get_main_moduleMethod · 0.95

Tested by

no test coverage detected