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

Function run_ref

test/gpu/mlir.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static migraphx::argument run_ref(migraphx::program p, const migraphx::parameter_map& inputs)
143{
144 p.compile(migraphx::make_target("ref"));
145 return p.eval(inputs).front();
146}
147
148static bool verify_mlir(const migraphx::module& mmlir)
149{

Callers 2

verify_mlirFunction · 0.70
verifyMethod · 0.50

Calls 4

make_targetFunction · 0.85
frontMethod · 0.80
compileMethod · 0.45
evalMethod · 0.45

Tested by

no test coverage detected