mseth10 commented on a change in pull request #20342:
URL: https://github.com/apache/incubator-mxnet/pull/20342#discussion_r651336115



##########
File path: src/operator/c_lapack_api.h
##########
@@ -70,8 +70,38 @@
 
 using namespace mshadow;
 
-// Will cause clash with MKL fortran layer headers
+#define XSTR(x) STR(x)
+#define STR(x) #x
+
+#pragma message "The value of MSHADOW_USE_MKL: " XSTR(MSHADOW_USE_MKL)

Review comment:
       these I put to debug the error I am seeing in amalgamation builds.. but 
they dont help, so removing them




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


Reply via email to