[GitHub] reminisce commented on a change in pull request #9947: [WIP] Performance optimization for dot(csr, rsp) on cpu

2018-03-08 Thread GitBox
reminisce commented on a change in pull request #9947: [WIP] Performance optimization for dot(csr, rsp) on cpu URL: https://github.com/apache/incubator-mxnet/pull/9947#discussion_r173354681 ## File path: src/operator/tensor/dot-inl.h ## @@ -793,16 +764,21 @@ inline void Do

[GitHub] reminisce commented on a change in pull request #9947: [WIP] Performance optimization for dot(csr, rsp) on cpu

2018-03-01 Thread GitBox
reminisce commented on a change in pull request #9947: [WIP] Performance optimization for dot(csr, rsp) on cpu URL: https://github.com/apache/incubator-mxnet/pull/9947#discussion_r171653667 ## File path: src/operator/tensor/dot-inl.h ## @@ -443,46 +444,22 @@ struct DotCsrR

[GitHub] reminisce commented on a change in pull request #9947: [WIP] Performance optimization for dot(csr, rsp) on cpu

2018-03-01 Thread GitBox
reminisce commented on a change in pull request #9947: [WIP] Performance optimization for dot(csr, rsp) on cpu URL: https://github.com/apache/incubator-mxnet/pull/9947#discussion_r171653693 ## File path: src/operator/tensor/dot-inl.h ## @@ -443,46 +444,22 @@ struct DotCsrR

[GitHub] reminisce commented on a change in pull request #9947: [WIP] Performance optimization for dot(csr, rsp) on cpu

2018-03-01 Thread GitBox
reminisce commented on a change in pull request #9947: [WIP] Performance optimization for dot(csr, rsp) on cpu URL: https://github.com/apache/incubator-mxnet/pull/9947#discussion_r171653055 ## File path: src/operator/tensor/dot-inl.h ## @@ -798,11 +776,16 @@ inline void Do