Skip to content

Commit

Permalink
bug fix: register the miopen_fusion op. (#1267)
Browse files Browse the repository at this point in the history
One-line fix to register the op miopen_fusion. This error was causing loading of compiled model files (*.mxr) to fail.
  • Loading branch information
bpickrel authored and causten committed Jul 7, 2022
1 parent 4ec35e5 commit 1e2c83a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/targets/gpu/fuse_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ struct miopen_fusion
return args.back();
}
};
MIGRAPHX_REGISTER_OP(miopen_fusion)

struct miopen_conv_bias
{
Expand Down

0 comments on commit 1e2c83a

Please sign in to comment.