anirudh2290 commented on a change in pull request #16654: Multithreaded
Inference Support
URL: https://github.com/apache/incubator-mxnet/pull/16654#discussion_r366074996
##########
File path: tests/cpp/operator/mkldnn_operator_test.cc
##########
@@ -719,7 +707,10 @@ void TestOpEx(const OpAttrs &forward_attrs, const OpAttrs
&backwards_attrs) {
Context(), forward_attrs.attrs, inputs, ex_outputs, req,
DispatchMode::kFComputeEx, mxnet::OpStatePtr());
Engine::Get()->WaitForAll();
- AssertEqual(outputs, ex_outputs);
+ // TODO(unassigned): Need to fix op, should work for the whole vector
Review comment:
i didn't know who to assign it to. I have assigned to @pengzhao-intel for
now, please feel free to suggest other names.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services