Zha0q1 commented on a change in pull request #19174:
URL: https://github.com/apache/incubator-mxnet/pull/19174#discussion_r535534162
##########
File path: CMakeLists.txt
##########
@@ -60,6 +60,8 @@ cmake_dependent_option(USE_SSE "Build with x86 SSE
instruction support" ON
"CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_SYSTEM_PROCESSOR STREQUAL
amd64" OFF)
option(USE_F16C "Build with x86 F16C instruction support" ON) # autodetects
support if ON
option(USE_LAPACK "Build with lapack support" ON)
+option(USE_LAPACKE_INTERFACE "Use LAPACKE interface for lapack support" OFF)
Review comment:
Yes I think I can hide thse two flags from users. So they can either do
1) build openblas = cblas+lapacke 2) build openblas = cblas and get distro's
lapack (not lapacke). Both options are automatically detected by cmake
----------------------------------------------------------------
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:
[email protected]