Skip to content

Commit 306d74a

Browse files
mapatel-amdclaude
andcommitted
ci: remove preemptive RCCL skips for gfx1151 to validate support
The RCCL tests were skipped on gfx1151 with a comment "not supported yet" but were never actually run to confirm. Remove the skips so CI can determine whether the current TheRock nightly ships RCCL with gfx1151 support. If they fail, the skips will be restored. Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
1 parent e73687b commit 306d74a

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/build_tools/generate_skip_tests.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@
1919

2020
# Tests to skip per GPU target (one list per target that has skips)
2121
SKIP_TESTS = {
22-
"gfx1151": [
23-
# rccl is not supported on gfx1151 yet
24-
"rccl_allgather",
25-
"rccl_allreduce",
26-
"rccl_broadcast",
27-
"rccl_buffer_registration",
28-
"rccl_device_api",
29-
"rccl_gradient_allreduce",
30-
"rccl_reduce",
31-
"rccl_reducescatter",
32-
"rccl_send_recv",
33-
],
3422
# Add more targets as needed, e.g.:
3523
# "gfx1100": [],
3624
}

0 commit comments

Comments
 (0)