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



##########
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:
       what are theses `#pragma message` for?




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