yongwww commented on code in PR #16586:
URL: https://github.com/apache/tvm/pull/16586#discussion_r1492767039


##########
tests/python/relax/test_transform_codegen_pass.py:
##########
@@ -40,7 +40,7 @@
 )
 
 # Global variable in pytest that applies markers to all tests.
-pytestmark = [has_tensorrt_codegen, has_tensorrt_runtime]
+# pytestmark = [has_tensorrt_codegen, has_tensorrt_runtime]

Review Comment:
   I guess we will need this



##########
tests/python/relax/test_transform_codegen_pass.py:
##########
@@ -350,6 +350,36 @@ def main(
 
     after = relax.transform.RunCodegen()(Before)
     tvm.ir.assert_structural_equal(after["main"], Expected["main"])
+    after.show()

Review Comment:
   remove this printing



-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to