Skip to content

[Inductor][Quant] Change the QConv output scale name #127900

[Inductor][Quant] Change the QConv output scale name

[Inductor][Quant] Change the QConv output scale name #127900

Workflow file for this run

name: BC Lint
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches-ignore:
- nightly
workflow_dispatch:
jobs:
bc_linter:
runs-on: ubuntu-latest
steps:
- name: Run BC Lint Action
uses: pytorch/test-infra/.github/actions/bc-lint@main
with:
repo: ${{ github.event.pull_request.head.repo.full_name }}
base_sha: ${{ github.event.pull_request.base.sha }}
head_sha: ${{ github.event.pull_request.head.sha }}
suppression: ${{ contains(github.event.pull_request.labels.*.name, 'suppress-api-compatibility-check') || contains(github.event.pull_request.labels.*.name, 'suppress-bc-linter') }}
docs_link: 'https://github.com/pytorch/test-infra/wiki/BC-Linter'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
cancel-in-progress: true