jtuyls commented on a change in pull request #6343:
URL: https://github.com/apache/incubator-tvm/pull/6343#discussion_r483100207
##########
File path: tests/python/contrib/test_vitis_ai/test_vitis_ai_codegen.py
##########
@@ -196,8 +213,13 @@ def expected():
if __name__ == "__main__":
- test_annotate()
- test_add()
- test_relu()
- test_conv2d()
- test_global_avg_pool2d()
+ if sys.platform == "win32":
+ print("Skip test on Windows for now")
+ else:
+ test_annotate()
+ test_add()
+ test_relu()
+ test_conv2d()
+ test_batchnorm()
+ test_global_avg_pool2d()
+ test_avg_pool2d()
Review comment:
Something like "Return statement in non-function body"
----------------------------------------------------------------
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]