vinx13 commented on code in PR #12127:
URL: https://github.com/apache/tvm/pull/12127#discussion_r936956096
##########
tests/python/unittest/test_meta_schedule_space_cuda.py:
##########
@@ -1239,6 +1239,90 @@ def cbr_0(data: T.Buffer[(1, 224, 224, 3), "float32"],
kernel: T.Buffer[(7, 7, 3
)
+def test_cuda_tbg():
Review Comment:
this test case is not related
##########
tests/python/unittest/test_meta_schedule_space_cuda.py:
##########
@@ -1378,6 +1456,9 @@ def winograd_nchw_conv2d(data: T.Buffer[(1, 64, 224,
224), "float32"], kernel: T
space_generator=ms.space_generator.PostOrderApply(),
sch_rules="default",
).generate_design_space()
+ sch = actual[0]
+ print(sch.mod.script())
+ print(sch.trace)
Review Comment:
remove it
--
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]