Skip to content

Commit

Permalink
Label MPSInductor changes with ciflow/mps (#6186)
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Jan 17, 2025
1 parent 3c73b14 commit 983a018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchci/lib/bot/autoLabelBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ const repoSpecificAutoLabels: { [repo: string]: [RegExp, string][] } = {
"pytorch/pytorch": [
[/aten\/src\/ATen\/mps/gi, "ciflow/mps"],
[/aten\/src\/ATen\/native\/mps/gi, "ciflow/mps"],
[/torch\/_inductor\/codegen\/mps.py/gi, "ciflow/mps"],
[/test\/test_mps.py/gi, "ciflow/mps"],
[/test\/inductor\/test_mps_basic.py/gi, "ciflow/mps"],
],
"pytorch/fake-test-repo": [[/somefolder/gi, "cool-label"]],
};
Expand Down

0 comments on commit 983a018

Please sign in to comment.