Loading...
Loading...
Automatically create or update GitHub Pull Requests. When you need to create a PR for Paddle-related repositories, prioritize using this skill.
npx skill4agent add pfcclab/paddle-skills paddle-pull-requestgit push -u origin HEADmainmasterhttps://github.com/PaddlePaddle/Paddle/blob/develop/.github/PULL_REQUEST_TEMPLATE.md###### PR Category
<!-- One of [ User Experience | Execute Infrastructure | Operator Mechanism | CINN | Custom Device | Performance Optimization | Distributed Strategy | Parameter Server | Communication Library | Auto Parallel | Inference | Environment Adaptation ] -->
### PR Types
<!-- One of [ New features | Bug fixes | Improvements | Performance | BC Breaking | Deprecations | Docs | Devs | Not User Facing | Security | Others ] -->
### Description
### 是否引起精度变化
<!-- one of the following [ 是 | 否 ]-->##########gh[PR Category] Brief Description[CINN] avoid wrong fusion for xxx op[LargeTensor] fix xxx kernel[CodeStyle] update code stylefix bugupdate codetesttempWIPgh pr create --title "[xxx] xxx" --body "$(cat <<'EOF'
### PR Category
Operator Mechanism
### PR Types
New features
### Description
在这里说明该改动的动机和主要变化,可根据实际情况扩展。
### 是否引起精度变化
否
EOF
)"#######