driazati commented on code in PR #13017:
URL: https://github.com/apache/tvm/pull/13017#discussion_r991641098
##########
CMakeLists.txt:
##########
@@ -1,6 +1,27 @@
cmake_minimum_required(VERSION 3.18)
project(tvm C CXX)
+MESSAGE(STATUS "c compiler : ${CMAKE_COMPILER_IS_GNUCC}")
+message(STATUS "system name : ${CMAKE_SYSTEM_NAME}")
Review Comment:
thanks for the PR! just wanted to point out that we have `Summary.cmake`:
https://github.com/apache/tvm/blob/main/cmake/utils/Summary.cmake#L47 (which
you can enable with `-DSUMMARIZE=1` or `set(SUMMARIZE ON)` in `config.cmake`),
so these info messages could be moved there
--
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]