Skip to content

Commit

Permalink
[EZ] Add XPU workflows opt in for trunk (#6047)
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Dec 12, 2024
1 parent 550a01b commit 0c8ad3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchci/components/WorkflowDispatcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const SUPPORTED_WORKFLOWS: { [k: string]: any } = {
"linux-aarch64": "Run Linux ARMv8 jobs",
"inductor-periodic": "Run inductor jobs",
"inductor-cu124": "Run inductor-cu124 jobs",
xpu: "Run XPU jobs",
},
};

Expand Down

0 comments on commit 0c8ad3d

Please sign in to comment.