Skip to content

Commit

Permalink
#14961: test with skip for grayskull
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Nov 12, 2024
1 parent ae51f42 commit 16123a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/tt_metal/tools/profiler/test_device_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def test_dispatch_cores():
os.environ["TT_METAL_DEVICE_PROFILER_DISPATCH"] = "0"


@skip_for_grayskull()
def test_profiler_host_device_sync():
TOLERANCE = 0.1

Expand Down
1 change: 0 additions & 1 deletion tests/ttnn/tracy/test_profiler_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def test_with_ops(device):
output = ttnn.matmul(a, b, memory_config=ttnn.L1_MEMORY_CONFIG, core_grid=ttnn.CoreGrid(y=8, x=8))


@pytest.mark.skip("#14961 - Ring Buffer issue")
@pytest.mark.parametrize("num_devices", [(8)])
def test_all_devices(
all_devices,
Expand Down

0 comments on commit 16123a1

Please sign in to comment.