This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch s-tir-s0
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/s-tir-s0 by this push:
new e6068edad6 x
e6068edad6 is described below
commit e6068edad60b290f9d92eef3011a4d47ae0b782f
Author: tqchen <[email protected]>
AuthorDate: Wed Feb 4 15:15:30 2026 -0500
x
---
python/tvm/s_tir/pipeline.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/tvm/s_tir/pipeline.py b/python/tvm/s_tir/pipeline.py
index ce9e8add62..01bb0e3cc7 100644
--- a/python/tvm/s_tir/pipeline.py
+++ b/python/tvm/s_tir/pipeline.py
@@ -22,6 +22,7 @@ import tvm
from tvm import tir
from tvm.tir import pipeline as tir_pipeline
+
def default_s_tir_pipeline():
"""The default tir pipeline used in tvm.tir.build"""