mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Add ciflow/inductor-cu126
label (#141377)
No op to unblock the testing Pull Request resolved: https://github.com/pytorch/pytorch/pull/141377 Approved by: https://github.com/atalman, https://github.com/huydhn
This commit is contained in:
committed by
PyTorch MergeBot
parent
2aac2ec664
commit
4acc988630
1
.github/pytorch-probot.yml
vendored
1
.github/pytorch-probot.yml
vendored
@ -11,6 +11,7 @@ ciflow_push_tags:
|
||||
- ciflow/inductor-micro-benchmark
|
||||
- ciflow/inductor-micro-benchmark-cpu-x86
|
||||
- ciflow/inductor-cu124
|
||||
- ciflow/inductor-cu126
|
||||
- ciflow/linux-aarch64
|
||||
- ciflow/mps
|
||||
- ciflow/nightly
|
||||
|
4
.github/workflows/lint-bc.yml
vendored
4
.github/workflows/lint-bc.yml
vendored
@ -8,6 +8,10 @@ on:
|
||||
- reopened
|
||||
branches-ignore:
|
||||
- nightly
|
||||
push:
|
||||
tags:
|
||||
# TODO: Remove me later
|
||||
- ciflow/inductor-cu126/*
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user