FrozenGene commented on a change in pull request #5913:
URL: https://github.com/apache/incubator-tvm/pull/5913#discussion_r470966055
##########
File path: cmake/config.cmake
##########
@@ -140,7 +140,7 @@ set(USE_MKLDNN OFF)
set(USE_OPENMP none)
# Whether use contrib.random in runtime
-set(USE_RANDOM OFF)
+set(USE_RANDOM ON)
Review comment:
IMO, I think it is ok to keep this flag name, because it is indeed
`random` functionality related stuffes. I think it is similiar as the `graph
runtime` / `sort` which is always been turned on and shouldn't been turned off
if there is no special reason.
----------------------------------------------------------------
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]