Skip to content

Conversation

@SigureMo
Copy link
Member

@SigureMo SigureMo commented Jul 4, 2024

PR Category

Execute Infrastructure

PR Types

Bug fixes

Description

避免对 if、while 等包含子 block 的 OP 进行替换,保证这些 OP 能够安全替换需要不少额外的工作(需要保证 block 内全部 OP 都是相同的),而且这类 case 并不多(目前只在一个 PaddleClas 模型上发现了),因此目前会在 OP eq 检查处禁掉它

PCard-66972

@paddle-bot
Copy link

paddle-bot bot commented Jul 4, 2024

你的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.

@SigureMo SigureMo changed the title [PIR] Avoid replace op with subblocks [PIR] Avoid replace op with subblocks in CSE Jul 4, 2024
@SigureMo SigureMo requested a review from zrr1999 July 4, 2024 12:23
@SigureMo SigureMo changed the title [PIR] Avoid replace op with subblocks in CSE [PIR] Avoid replace op which has subblocks in CSE Jul 4, 2024
@SigureMo SigureMo merged commit baea4ab into PaddlePaddle:develop Jul 4, 2024
@SigureMo SigureMo deleted the pir/avoid-replace-op-with-subblocks branch July 4, 2024 19:45
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.

2 participants