Skip to content

Vmap + pmap support for convolution primitives. (#182) #153

Vmap + pmap support for convolution primitives. (#182)

Vmap + pmap support for convolution primitives. (#182) #153

Workflow file for this run

name: Pre-Commit Checks
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1