Skip to content

Commit

Permalink
#0: Remove argmax multi-device test due to segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-asaigal committed Jun 4, 2024
1 parent e00ec32 commit 604789b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ttnn/unit_tests/test_multi_device_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def test_multi_device_data_parallel_op_chain(pcie_device_mesh, program_cache, in
@pytest.mark.parametrize("layout", [ttnn.TILE_LAYOUT, ttnn.ROW_MAJOR_LAYOUT])
@pytest.mark.parametrize("mem_config", [ttnn.DRAM_MEMORY_CONFIG, ttnn.L1_MEMORY_CONFIG])
def test_multi_device_argmax(pcie_device_mesh, layout, mem_config):
pytest.skip("Segfault on CI")
for device in pcie_device_mesh.get_device_ids():
pcie_device_mesh.get_device(device).enable_async(True)

Expand Down

0 comments on commit 604789b

Please sign in to comment.