Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lufang CHEN 陈橹方 committed Jan 8, 2024
1 parent 3280db9 commit 69f056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/tir-schedule/test_tir_schedule_tensorize.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def fetch_to_shared(block, idx):
]:
_test_intrin(*args)


def test_tensor_intrin_look_up():
intrin_name = 'non_existent_intrin'
assert tir.TensorIntrin.get(intrin_name, allow_missing=True) is None
Expand Down

0 comments on commit 69f056f

Please sign in to comment.