tqchen commented on a change in pull request #6286:
URL: https://github.com/apache/incubator-tvm/pull/6286#discussion_r471137502



##########
File path: src/support/libinfo.cc
##########
@@ -24,11 +24,230 @@
 #define TVM_GIT_COMMIT_HASH "NOT-FOUND"
 #endif
 
+#ifndef TVM_USE_CUDA
+#define TVM_USE_CUDA "NOT-FOUND"
+#endif
+
+#ifndef TVM_USE_OPENCL

Review comment:
       Let us change the macro prefix, as TVM_USE_XYZ is used for normal 
command switch. Instead, let us use TVM_INFO_USE_OPENCL




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