You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/04/20 01:37:08 UTC

[GitHub] [incubator-mxnet] access2rohit commented on issue #20185: [RFC] Evaluation of performance on Eigen as BLAS engine in MXNet on ARM(Aarch86)

access2rohit commented on issue #20185:
URL: https://github.com/apache/incubator-mxnet/issues/20185#issuecomment-822905892


   @marcoabreu @szha Thank you for inputs! 
   We are able to build natively as the ARM team suggested that its more performant this way instead of cross-compilation. 
   
   Eigen does install headers only but it also has `libeigen_blas.so` and `libeigen_lapack.so`. Unfortunately it doesn't provide all thr LAPACK APIs so Its not usedul for LAPACK: https://gitlab.com/libeigen/eigen/-/issues/2221#note_554042309
   
   The file `libeigen_blas.so` does have APIs for `gemm`, `syrk`, `trsm` and `trmm`. But these are not CBLAS APIs but BLAS APIs so currently modifying these inside the code to evaluate the performance of its BLAS support only at Ops level and model level.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org