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 2020/09/17 21:57:30 UTC

[GitHub] [incubator-mxnet] Zha0q1 opened a new pull request #19172: Make OpenBLAS use the LAPACKE apis

Zha0q1 opened a new pull request #19172:
URL: https://github.com/apache/incubator-mxnet/pull/19172


   In mxnet we wrap lapack functions in c_lapack_api.h so that we hide the differences in the underlying blas/lapack libraries such as mkl, openblas, atlas, and accelerate. 
   
   For mkl we use/wrap the LAPACKE (https://www.netlib.org/lapack/lapacke.html) c interfaces which are the cleanest. For the rest of the libraries we wrap the old CLAPACK interfaces. 
   
   While atlas and accelerate don't provide the LAPACKE interfaces, openblas does have it. This pr makes mxnet also use the LAPACKE apis when openblas is chosen. 
   
   This will change will make ilp64 blas/lapack support easier as now we have the same wrapping logic or both mkl and openblas. Support for ilp64 mkl https://github.com/apache/incubator-mxnet/pull/19067 will automatically mean support for ilp64 openblas. 


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



[GitHub] [incubator-mxnet] Zha0q1 closed pull request #19172: [poc] Make OpenBLAS use the LAPACKE apis

Posted by GitBox <gi...@apache.org>.
Zha0q1 closed pull request #19172:
URL: https://github.com/apache/incubator-mxnet/pull/19172


   


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



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19172: Make OpenBLAS use the LAPACKE apis

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19172:
URL: https://github.com/apache/incubator-mxnet/pull/19172#issuecomment-694520667


   Hey @Zha0q1 , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [edge, windows-cpu, sanity, website, clang, windows-gpu, centos-gpu, centos-cpu, unix-gpu, unix-cpu, miscellaneous]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


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