Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CINN] Add SimplifyWithObviousGreaterThan #71341

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

ooooo-create
Copy link
Contributor

@ooooo-create ooooo-create commented Feb 28, 2025

PR Category

CINN

PR Types

New features

Description

Pcard-67164

  • Add SimplifyWithObviousGreaterThan
    • 将一些之前用于 Broadcast 的化简 pass ,变成通用 pass,可以适用于 Max, Min, Broadcast
    • FoldRepetitiveSymbol
  • 优化逻辑,使得 min<s0,mul<s0*s1>,add<mul<s0,s1>,s2>> 可以推出 s0

Copy link

paddle-bot bot commented Feb 28, 2025

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@ooooo-create ooooo-create changed the title [CINN] Add SimplifyWithObviousGreaterThan [CINN] Add SimplifyWithObviousGreaterEqualThan Feb 28, 2025
@ooooo-create ooooo-create changed the title [CINN] Add SimplifyWithObviousGreaterEqualThan [CINN] Add SimplifyWithObviousGreaterThan Feb 28, 2025
@ooooo-create ooooo-create marked this pull request as draft March 1, 2025 05:24
@ooooo-create ooooo-create marked this pull request as ready for review March 1, 2025 05:25
@PaddlePaddle PaddlePaddle locked and limited conversation to collaborators Mar 3, 2025
@PaddlePaddle PaddlePaddle unlocked this conversation Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant