areusch commented on a change in pull request #9203:
URL: https://github.com/apache/tvm/pull/9203#discussion_r725169694
##########
File path: cmake/config.cmake
##########
@@ -85,7 +85,7 @@ set(USE_VULKAN OFF)
set(USE_OPENGL OFF)
# Whether enable MicroTVM runtime
-set(USE_MICRO OFF)
+set(USE_MICRO ON)
Review comment:
by default we leave everything off. could you say why you want to
default them on?
##########
File path: docs/conf.py
##########
@@ -51,10 +51,11 @@
else:
tvm_path = Path(os.pardir)
-
sys.path.insert(0, str(tvm_path / "python"))
sys.path.insert(0, str(tvm_path / "vta" / "python"))
+os.environ["PYTHONPATH"] = os.pathsep.join(sys.path)
Review comment:
i think this might be causing the CI issue
--
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]