Skip to content

Commit

Permalink
Debug print in wave_ops
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvasilache committed Feb 14, 2025
1 parent 8465d7c commit 2b97ac1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iree/turbine/kernel/ops/wave_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,9 @@ def align_index(self, constraints: list["Constraint"]) -> None:
from ..wave.utils import align_index_vars, is_shared_mem_access

if is_shared_mem_access(self):
print(f"MMA before {self.index} with constraints {constraints}")
self.index = align_index_vars(self.index, constraints)
print(f"MMA after {self.index}")

def transform_index_backwards(
self, index: dict[IndexSymbol, IndexSequence], arg: fx.Node
Expand Down

0 comments on commit 2b97ac1

Please sign in to comment.