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

Method apply

src/fp_to_double.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30inline namespace MIGRAPHX_INLINE_NS {
31
32void fp_to_double::apply(module_pass_manager& mpm) const
33{
34 mpm.run_pass(eliminate_data_type{convert_fp_types, shape::type_t::double_type});
35 mpm.run_pass(eliminate_convert{});
36 mpm.run_pass(migraphx::dead_code_elimination{});
37}
38
39} // namespace MIGRAPHX_INLINE_NS
40} // namespace migraphx

Callers

nothing calls this directly

Calls 1

run_passMethod · 0.45

Tested by

no test coverage detected