Commit 1e2c83ae authored by Brian Pickrell's avatar Brian Pickrell Committed by Chris Austen
Browse files

bug fix: register the miopen_fusion op. (#1267)

One-line fix to register the op miopen_fusion. This error was causing loading of compiled model files (*.mxr) to fail.
parent 4ec35e5f
......@@ -677,6 +677,7 @@ struct miopen_fusion
return args.back();
}
};
MIGRAPHX_REGISTER_OP(miopen_fusion)
struct miopen_conv_bias
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment