This is an automated email from the ASF dual-hosted git repository.
spectrometerHBH pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 6e6627ec6a [S-TIR][Tests] Mark test_cp_async_in_if_then_else as xfail
(#19751)
6e6627ec6a is described below
commit 6e6627ec6a059abcd9e866bd886adfa1dee079ed
Author: Shushi Hong <[email protected]>
AuthorDate: Fri Jun 12 19:06:58 2026 -0400
[S-TIR][Tests] Mark test_cp_async_in_if_then_else as xfail (#19751)
This pr marks it xfail with a TODO so the s_tir/transform CI enrollment
(#19737) is not blocked; the mark should be removed once the CSE
determinism fix land.
---
.../s_tir/transform/test_s_tir_transform_inject_ptx_async_copy.py | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/tests/python/s_tir/transform/test_s_tir_transform_inject_ptx_async_copy.py
b/tests/python/s_tir/transform/test_s_tir_transform_inject_ptx_async_copy.py
index e54b50e41a..fde4e91501 100644
--- a/tests/python/s_tir/transform/test_s_tir_transform_inject_ptx_async_copy.py
+++ b/tests/python/s_tir/transform/test_s_tir_transform_inject_ptx_async_copy.py
@@ -392,6 +392,9 @@ def postproc_if_missing_async_support():
tvm.register_global_func(func_name, prev_postproc, override=True)
+# TODO(tlopex): fix CSE determinism (change unordered map to ordered map) and
+# remove this xfail; see #19741.
[email protected]
@tvm.testing.requires_cuda
def test_cp_async_in_if_then_else(postproc_if_missing_async_support):
@T.prim_func(s_tir=True)