Skip to content

Commit

Permalink
red fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Sep 17, 2024
1 parent 0acc369 commit 62de446
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions testing/python/operators/test_general_matmul_tile_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@


def check_reduce(rt_mod):
source = rt_mod.imported_modules[0].get_source()
assert "red_buf" in source
# source = rt_mod.imported_modules[0].get_source()
# assert "red_buf" in source
# TODO(lei): After improve lower_thraed_all_reduce pass
# The red_buf has been merged into dynamic shared memory
# ref to: https://github.com/microsoft/BitBLAS/pull/183
return True


# fmt: off
Expand Down

0 comments on commit 62de446

Please sign in to comment.