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

Method validate

src/program.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177instruction_ref program::validate() const
178{
179 const auto* mm = this->get_main_module();
180 return mm->validate();
181}
182
183target_assignments program::get_target_assignments(const std::vector<target>& targets,
184 assignment_options options)

Callers 2

compileMethod · 0.45
generic_evalFunction · 0.45

Calls 1

get_main_moduleMethod · 0.95

Tested by

no test coverage detected