From 16123a16d93e9b8014688ad0024bc82540bd2fbb Mon Sep 17 00:00:00 2001 From: Michael Chiou Date: Tue, 12 Nov 2024 11:35:45 -0800 Subject: [PATCH] #14961: test with skip for grayskull --- tests/tt_metal/tools/profiler/test_device_profiler.py | 1 + tests/ttnn/tracy/test_profiler_sync.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tt_metal/tools/profiler/test_device_profiler.py b/tests/tt_metal/tools/profiler/test_device_profiler.py index 4132d4d90bc..af182dfc0ad 100644 --- a/tests/tt_metal/tools/profiler/test_device_profiler.py +++ b/tests/tt_metal/tools/profiler/test_device_profiler.py @@ -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 diff --git a/tests/ttnn/tracy/test_profiler_sync.py b/tests/ttnn/tracy/test_profiler_sync.py index dbeba8d0b9e..4e1b629775d 100644 --- a/tests/ttnn/tracy/test_profiler_sync.py +++ b/tests/ttnn/tracy/test_profiler_sync.py @@ -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,