Skip to content

perf: Fix python API overhead when CUDAGraph is not enabled #123

perf: Fix python API overhead when CUDAGraph is not enabled

perf: Fix python API overhead when CUDAGraph is not enabled #123

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/[email protected]