bgawrych commented on code in PR #21032:
URL: https://github.com/apache/incubator-mxnet/pull/21032#discussion_r902790619
##########
src/operator/nn/dnnl/dnnl_softmax_output.cc:
##########
@@ -90,9 +90,10 @@ static DNNLSoftmaxOutputFwd& GetSoftmaxOutputForward(const
SoftmaxOutputParam& p
return it->second;
}
-// This is only used for forward. For backward ,need double check
compatibility
-bool SupportDNNLSoftmaxOutput(const SoftmaxOutputParam& param) {
- return param.multi_output ? false : true;
+// This is only used for forward. For backward one needs to need double check
compatibility.
Review Comment:
```suggestion
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]