haojin2 commented on a change in pull request #11825: Fix non-determinism of 
dot(csr.T, dns) = dns with tests
URL: https://github.com/apache/incubator-mxnet/pull/11825#discussion_r203886405
 
 

 ##########
 File path: src/operator/tensor/dot-inl.cuh
 ##########
 @@ -35,6 +35,13 @@
 namespace mxnet {
 namespace op {
 
+// Returns integer log2(a) rounded up
+inline int log2i(size_t a) {
 
 Review comment:
   This is only used in this file, plus, pay attention to the mismatch between 
types of input and output.

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

Reply via email to