Skip to content

Commit a4437d7

Browse files
clee2000pytorchmergebot
authored andcommitted
Add some labeler rules that used to be in the autolabel bot (#167330)
See pytorch/test-infra#7446 for the paths Pull Request resolved: #167330 Approved by: https://github.com/huydhn
1 parent 3ea829a commit a4437d7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/labeler.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,16 @@
165165
- torch/_inductor/kernel/mm.py
166166
- test/inductor/test_max_autotune.py
167167
- third_party/fbgemm
168+
169+
"ciflow/mps":
170+
- aten/src/ATen/mps/**
171+
- aten/src/ATen/native/mps/**
172+
- torch/_inductor/codegen/mps.py
173+
- test/test_mps.py
174+
- test/inductor/test_mps_basic.py
175+
176+
"ciflow/h100-symm-mem":
177+
- torch/csrc/distributed/c10d/symm_mem/**
178+
- torch/distributed/_symmetric_memory/**
179+
- test/distributed/**/*mem*
180+
- test/distributed/**/*mem*/**

0 commit comments

Comments
 (0)