eric-haibin-lin commented on a change in pull request #10371: [MXNET-263] [WIP]
Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on GPU
URL: https://github.com/apache/incubator-mxnet/pull/10371#discussion_r178693861
##########
File path: src/operator/tensor/dot-inl.h
##########
@@ -235,13 +235,21 @@ inline bool DotForwardInferStorageType(const
nnvm::NodeAttrs& attrs,
DispatchMode::kFComputeEx);
}
if (!dispatched && lhs_stype == kDefaultStorage && rhs_stype == kCSRStorage
&&
- !param.transpose_a && !param.transpose_b) {
Review comment:
I thought we will add a stype hint argument which defaults to None?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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