junrushao1994 commented on a change in pull request #6286:
URL: https://github.com/apache/incubator-tvm/pull/6286#discussion_r471186322
##########
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:
It makes sense. Fixed. Thank you!
----------------------------------------------------------------
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]