Skip to content

Commit 6f99791

Browse files
authored
[AMD] Drop debug print leftover (#7472)
1 parent f4a9d54 commit 6f99791

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

third_party/amd/python/test/test_extract_slice_concat_op.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def test_extract_slice(dtype, M, N, M_tile_size, N_tile_size, M_tile_offset, N_t
120120
}}
121121
}}
122122
"""
123-
print(ir)
124123
x = torch.randn((M, N), device=device, dtype=torch.float16)
125124
import tempfile
126125
with tempfile.NamedTemporaryFile(mode='w', suffix='.ttgir') as f:

0 commit comments

Comments
 (0)