Skip to content

Commit

Permalink
fix conflict with apache#8516 in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Jul 25, 2021
1 parent df87396 commit 3495180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_tir_transform_thread_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_thread_storage_sync():

mod = run_passes([A, A2], stmt)
f = mod["test_kernel0"]
body_list = tvm.tir.stmt_list(f.body.body.body)
body_list = tvm.tir.stmt_list(f.body.body.body.body)
assert body_list[1].value.op.same_as(tvm.ir.Op.get("tir.tvm_storage_sync"))


Expand Down

0 comments on commit 3495180

Please sign in to comment.