Skip to content

[SOT][Faster Guard] add ENV_SOT_ENABLE_GUARD_TREE #69836

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

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

zrr1999
Copy link
Member

@zrr1999 zrr1999 commented Nov 29, 2024

PR Category

Execute Infrastructure

PR Types

Performance

Description

添加了ENV_SOT_ENABLE_GUARD_TREE 变量

ENV_SOT_ENABLE_STRICT_GUARD_CHECK 记做 C1, ENV_SOT_ENABLE_GUARD_TREE 记做C2,ENV_SOT_ENABLE_FASTER_GUARD 记做C3

C1 C2 C3 执行结果
True True 任意值 默认 GuardTree,同时跑其他 Guard
True 任意值 True 默认 FasterGuard,同时跑其他 Guard
True 任意值 False 默认 PyGuard,同时跑其他 Guard
False True 任意值 仅 GuardTree
False 任意值 False 仅 FasterGuard
False 任意值 False 仅 PyGuard

Copy link

paddle-bot bot commented Nov 29, 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.

@zrr1999 zrr1999 marked this pull request as ready for review November 29, 2024 12:20
@paddle-bot paddle-bot bot added the contributor External developers label Nov 29, 2024
@SigureMo SigureMo changed the title [SOT][Faster Guard] add ENV_SOT_ENABLE_FASTER_GUARD_TREE [SOT][Faster Guard] add ENV_SOT_ENABLE_GUARD_TREE Nov 29, 2024
@SigureMo SigureMo changed the title [SOT][Faster Guard] add ENV_SOT_ENABLE_GUARD_TREE [SOT][Faster Guard][3.13] add ENV_SOT_ENABLE_GUARD_TREE Nov 29, 2024
Copy link
Member

@SigureMo SigureMo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMeow 🐾

@SigureMo SigureMo changed the title [SOT][Faster Guard][3.13] add ENV_SOT_ENABLE_GUARD_TREE [SOT][Faster Guard] add ENV_SOT_ENABLE_GUARD_TREE Dec 2, 2024
@SigureMo SigureMo merged commit ecec6f1 into PaddlePaddle:develop Dec 5, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants