Skip to content

Commit 775e237

Browse files
committed
[FIX][TIRx] Keep sequence-scope node unboxed
1 parent a2903dd commit 775e237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tvm/tirx/script/builder/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def seq_scope():
108108
T.evaluate(j)
109109
result = ib.get()
110110
"""
111-
return T.attr(tirx.const(0, "int32"), "pragma_scope", tirx.StringImm("seq"))
111+
return T.attr(0, "pragma_scope", tirx.StringImm("seq"))
112112

113113

114114
def _unravel_index(index, shape):

0 commit comments

Comments
 (0)