Skip to content

perf(solver): pipeline GPU dispatch and DP readback #185

perf(solver): pipeline GPU dispatch and DP readback

perf(solver): pipeline GPU dispatch and DP readback #185

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --all
- uses: autofix-ci/action@v1