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/09/07 11:00:17 UTC

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #15694: Improve openblas CMake logic, add generic blas option.

marcoabreu commented on a change in pull request #15694: Improve openblas CMake logic, add generic blas option.
URL: https://github.com/apache/incubator-mxnet/pull/15694#discussion_r321964954
 
 

 ##########
 File path: 3rdparty/mshadow/cmake/mshadow.cmake
 ##########
 @@ -1,34 +1,40 @@
 set(mshadow_LINKER_LIBS "")
 
-set(BLAS "Open" CACHE STRING "Selected BLAS library")
-set_property(CACHE BLAS PROPERTY STRINGS "Atlas;Open;MKL")
+set(BLAS "openblas" CACHE STRING "Selected BLAS library")
 
 Review comment:
   This breaks backwards compatibility

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