"...resnet50_tensorflow.git" did not exist on "eff8d09d853d7b6b2716e652ab6baa96322208f2"
Commit cd3eac0d authored by Paul's avatar Paul
Browse files

Enable miopen fusion

parent 4cc472c0
......@@ -428,8 +428,8 @@ void fuse_ops::apply(program& p) const
// clang-format off
match::find_matches(p, find_triadd{});
match::find_matches(p,
// find_conv_bias_relu{ctx},
// find_conv_bias{ctx},
find_conv_bias_relu{ctx},
find_conv_bias{ctx},
find_add_relu{}
);
// clang-format on
......
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