[GitHub] [incubator-mxnet] glingyan commented on a change in pull request #14492: use mkl sparse matrix to improve performance

2019-04-11 Thread GitBox
glingyan commented on a change in pull request #14492: use mkl sparse matrix to improve performance URL: https://github.com/apache/incubator-mxnet/pull/14492#discussion_r274714539 ## File path: 3rdparty/sparse-matrix/sparse_matrix.cc ## @@ -0,0 +1,45 @@ +#include +#includ

[GitHub] [incubator-mxnet] glingyan commented on a change in pull request #14492: use mkl sparse matrix to improve performance

2019-04-09 Thread GitBox
glingyan commented on a change in pull request #14492: use mkl sparse matrix to improve performance URL: https://github.com/apache/incubator-mxnet/pull/14492#discussion_r273369361 ## File path: src/operator/tensor/dot-inl.h ## @@ -775,13 +777,35 @@ inline void DotCsrDnsDns

[GitHub] [incubator-mxnet] glingyan commented on a change in pull request #14492: use mkl sparse matrix to improve performance

2019-04-09 Thread GitBox
glingyan commented on a change in pull request #14492: use mkl sparse matrix to improve performance URL: https://github.com/apache/incubator-mxnet/pull/14492#discussion_r273364101 ## File path: 3rdparty/sparse-matrix/sparse_matrix.cc ## @@ -0,0 +1,45 @@ +#include +#includ