Skip to content

[BugFix] [Kernel] Fix GPU SEGV occuring in fused_moe kernel #396

[BugFix] [Kernel] Fix GPU SEGV occuring in fused_moe kernel

[BugFix] [Kernel] Fix GPU SEGV occuring in fused_moe kernel #396

Workflow file for this run

name: Cleanup PR Body
on:
pull_request_target:
types: [opened, reopened, edited]
permissions:
pull-requests: write
jobs:
update-description:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.12'
- name: Update PR description
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: .github/scripts/cleanup_pr_body.sh "${{ github.event.number }}"