Skip to content

Commit 8103a77

Browse files
authored
Add auto labeling of H100 CI for distributed related changes (#6833)
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #6833
1 parent 9f1e08d commit 8103a77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

torchci/lib/bot/autoLabelBot.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ const repoSpecificAutoLabels: { [repo: string]: [RegExp, string][] } = {
150150
[/aten\/src\/ATen\/mps/gi, "ciflow/mps"],
151151
[/aten\/src\/ATen\/native\/mps/gi, "ciflow/mps"],
152152
[/torch\/_inductor\/codegen\/mps.py/gi, "ciflow/mps"],
153+
[/torch\/csrc\/distributed/gi, "ciflow/h100-distributed"],
154+
[/torch\/distributed/gi, "ciflow/h100-distributed"],
155+
[/torch\/testing\/_internal\/distributed/gi, "ciflow/h100-distributed"],
156+
[/test\/distributed/gi, "ciflow/h100-distributed"],
153157
[/test\/test_mps.py/gi, "ciflow/mps"],
154158
[/test\/inductor\/test_mps_basic.py/gi, "ciflow/mps"],
155159
],

0 commit comments

Comments
 (0)