We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef8d2a commit bd9bd37Copy full SHA for bd9bd37
tilelang/language/utils.py
@@ -64,7 +64,6 @@ def buffer_load_to_tile_region(load: BufferLoad, access_type: str, extents: List
64
for extent in extents:
65
new_extents.append(extent)
66
extents = new_extents
67
- print("after extents", extents)
68
assert len(indices) == len(extents), f"indices = {indices}, extents = {extents}"
69
return region(load, access_type, *extents)
70
0 commit comments