mseth10 commented on a change in pull request #15739: Added blas and int64 to cmake options URL: https://github.com/apache/incubator-mxnet/pull/15739#discussion_r310324832
########## File path: cmake/cmake_options.yml ########## @@ -40,6 +40,8 @@ USE_MXNET_LIB_NAMING: "ON" # Use MXNet library naming conventions. USE_GPROF: "OFF" # Compile with gprof (profiling) flag USE_CXX14_IF_AVAILABLE: "OFF" # Build with C++14 if the compiler supports it USE_VTUNE: "OFF" # Enable use of Intel Amplifier XE (VTune)) # one could set VTUNE_ROOT for search path +USE_BLAS: "openblas" # Build with BLAS version "openblas" # choose from : mkl, blas, atlas (linux default), openblas, apple (osx default) Review comment: are you sure it's USE_BLAS='openblas'? I have tried USE_BLAS='open' and that works for me, can you double check? ---------------------------------------------------------------- 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] With regards, Apache Git Services
