Skip to content

Commit 57fb886

Browse files
committed
Skip test_profiler.py test_profiler_cuda_sync_events
- Kineto regression - upstream issue - pytorch#106027
1 parent 5e1c262 commit 57fb886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/profiler/test_profiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,7 @@ def test_profiler_disable_fwd_bwd_link(self):
15351535
@unittest.skipIf(not kineto_available(), "Kineto is required")
15361536
@unittest.skipIf(IS_WINDOWS, "Test does not work on Windows")
15371537
@unittest.skipIf(not torch.cuda.is_available(), "CUDA is required")
1538+
@unittest.skipIf(TEST_WITH_ROCM, "Failing on ROCm, skipped. Issue #106027")
15381539
def test_profiler_cuda_sync_events(self):
15391540
device = torch.device("cuda:0")
15401541
t1, t2 = torch.ones(1, device=device), torch.ones(1, device=device)

0 commit comments

Comments
 (0)