Skip to content

Commit 0ec7b0f

Browse files
authored
Enable Test fixed by Fixed by #195 (#236)
1 parent 0996865 commit 0ec7b0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_indexing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ def test_tile_id_atomic_add(x: torch.Tensor) -> torch.Tensor:
350350
expected = torch.ones(64, device=DEVICE, dtype=torch.int32)
351351
torch.testing.assert_close(result, expected)
352352

353-
@unittest.skip("flatten_loops config assert. issue#185")
354353
def test_tile_id_2d_indexing(self):
355354
@helion.kernel
356355
def test_tile_id_index_st(x: torch.Tensor) -> torch.Tensor:

0 commit comments

Comments
 (0)