areusch commented on a change in pull request #10057:
URL: https://github.com/apache/tvm/pull/10057#discussion_r797950301
##########
File path: python/tvm/testing/utils.py
##########
@@ -84,6 +84,8 @@ def test_something():
from tvm.relay.op.contrib.ethosn import ethosn_available
from tvm.relay.op.contrib import cmsisnn
+SKIP_SLOW_TESTS = os.getenv("SKIP_SLOW_TESTS", "").lower() in {"true", "1",
"yes"}
Review comment:
okay the cmake precedent makes sense to me
--
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]