Skip to content

[Perf] Enable dlpack on metal for pytorch ! <= 2.9.1 #2111

[Perf] Enable dlpack on metal for pytorch ! <= 2.9.1

[Perf] Enable dlpack on metal for pytorch ! <= 2.9.1 #2111

Workflow file for this run

name: Linters, using linux
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Linters
runs-on: ubuntu-22.04
steps:
- name: Python check
uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/checkout@v4
- name: Run linters
run: |
bash .github/workflows/scripts_new/linters.sh