Skip to content

[Graph Optimization]Revert blockwise CUDAGraph and support piecewise CUDAGraph in prefill #885

[Graph Optimization]Revert blockwise CUDAGraph and support piecewise CUDAGraph in prefill

[Graph Optimization]Revert blockwise CUDAGraph and support piecewise CUDAGraph in prefill #885

name: PR Build and Test
on:
pull_request:
types: [closed]
branches: [develop, release/**]
permissions: read-all
concurrency:
group: ${{ github.event.pull_request.number }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
cancel:
name: Cancel PR Build and Test for ${{ github.event.pull_request.number }}
runs-on:
group: APPROVAL
steps:
- name: Cleanup
run: |
rm -rf * .[^.]*
- name: Cancel PR Build and Test
run: |
exit 0