You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/12/11 22:28:29 UTC

[GitHub] [incubator-mxnet] szha commented on issue #17013: How can I use mshadow in C++ as a matrix compute framework like Eigen?

szha commented on issue #17013: How can I use mshadow in C++ as a matrix compute framework like Eigen?
URL: https://github.com/apache/incubator-mxnet/issues/17013#issuecomment-564762189
 
 
   We have cholesky factorization ([potrf](https://mxnet.apache.org/api/python/docs/api/ndarray/linalg/index.html#mxnet.ndarray.linalg.potrf)) and eigen decomposition ([syevd](https://mxnet.apache.org/api/python/docs/api/ndarray/linalg/index.html#mxnet.ndarray.linalg.syevd)) from lapack in our linear algebra operators that should help. It might have been intended in mshadow but I don't think they were completed. Also, mshadow is considered deprecated and its code generation feature is superseded by [TVM](https://tvm.apache.org/)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services