Skip to content

[CPU] CPU supports dynamic_split_fuse #1

[CPU] CPU supports dynamic_split_fuse

[CPU] CPU supports dynamic_split_fuse #1

Workflow file for this run

# https://github.com/actions/labeler
name: label PRs
on:
pull_request_target:
types: [opened]
paths:
- llm_bench/python/**
- .github/workflows/llm_bench-python.yml
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
configuration-path: '.github/label_config.yml'