Skip to content

An experimental kernel dispatcher for numba_dpex.kernel decorator #3565

An experimental kernel dispatcher for numba_dpex.kernel decorator

An experimental kernel dispatcher for numba_dpex.kernel decorator #3565

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-20.04
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.10'
activate-environment: "coverage"
channel-priority: "disabled"
environment-file: environment/pre-commit.yml
- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
- run: pre-commit run --show-diff-on-failure --color=always --all-files