"vscode:/vscode.git/clone" did not exist on "acd9bd3ea19b8faead0eb157b691720fbf0f4739"
Unverified Commit 3b0a9116 authored by Brian Pickrell's avatar Brian Pickrell Committed by GitHub
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 b75c83d8
...@@ -701,6 +701,7 @@ struct miopen_fusion ...@@ -701,6 +701,7 @@ struct miopen_fusion
return args.back(); return args.back();
} }
}; };
MIGRAPHX_REGISTER_OP(miopen_fusion)
struct miopen_conv_bias 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