josephevans commented on code in PR #21093:
URL: https://github.com/apache/incubator-mxnet/pull/21093#discussion_r956253717


##########
cmake/ChooseBlas.cmake:
##########
@@ -33,7 +34,15 @@ if(USE_BLAS MATCHES "MKL" OR USE_BLAS MATCHES "mkl" OR NOT 
DEFINED USE_BLAS)
   endif()
 endif()
 
-if(BLAS STREQUAL "Atlas" OR BLAS STREQUAL "atlas")
+if(BLAS STREQUAL "FlexiBLAS" OR BLAS STREQUAL "flexiblas")
+  set(BLA_VENDOR FlexiBLAS)

Review Comment:
   Typo, should be `BLAS_VENDOR`, not `BLA_VENDOR`. 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to