Lunderberg commented on code in PR #14951:
URL: https://github.com/apache/tvm/pull/14951#discussion_r1215758856
##########
tests/python/unittest/test_tir_transform_split_host_device.py:
##########
@@ -168,5 +168,21 @@ def main_kernel(n: T.int32):
return mod
+class TestSplitHostDevice(BaseCompare):
Review Comment:
Hmm, it was a dup from https://github.com/apache/tvm/pull/14982, which I had
based this PR on top of to make allow the CI to use that bugfix. I think the
"squash and merge" should remove it from this PR as part of merging, but just
to be on the safe side, rebasing onto main.
--
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]