haojin2 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_r179593860
 
 

 ##########
 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:
   Working on that now.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to