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 0996865 commit 0ec7b0fCopy full SHA for 0ec7b0f
test/test_indexing.py
@@ -350,7 +350,6 @@ def test_tile_id_atomic_add(x: torch.Tensor) -> torch.Tensor:
350
expected = torch.ones(64, device=DEVICE, dtype=torch.int32)
351
torch.testing.assert_close(result, expected)
352
353
- @unittest.skip("flatten_loops config assert. issue#185")
354
def test_tile_id_2d_indexing(self):
355
@helion.kernel
356
def test_tile_id_index_st(x: torch.Tensor) -> torch.Tensor:
0 commit comments