[GitHub] eric-haibin-lin commented on a change in pull request #8611: optimization for dot(csr.T, dense) = rsp

2017-11-12 Thread GitBox
eric-haibin-lin commented on a change in pull request #8611: optimization for dot(csr.T, dense) = rsp URL: https://github.com/apache/incubator-mxnet/pull/8611#discussion_r150420281 ## File path: src/operator/tensor/dot-inl.h ## @@ -375,28 +375,32 @@ struct

[GitHub] eric-haibin-lin commented on a change in pull request #8611: optimization for dot(csr.T, dense) = rsp

2017-11-10 Thread GitBox
eric-haibin-lin commented on a change in pull request #8611: optimization for dot(csr.T, dense) = rsp URL: https://github.com/apache/incubator-mxnet/pull/8611#discussion_r150351688 ## File path: src/operator/tensor/dot-inl.h ## @@ -598,40 +614,52 @@ inline void

[GitHub] eric-haibin-lin commented on a change in pull request #8611: optimization for dot(csr.T, dense) = rsp

2017-11-10 Thread GitBox
eric-haibin-lin commented on a change in pull request #8611: optimization for dot(csr.T, dense) = rsp URL: https://github.com/apache/incubator-mxnet/pull/8611#discussion_r150351336 ## File path: src/operator/tensor/dot-inl.h ## @@ -573,6 +577,18 @@ inline void