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

remove batch norm from StaticBuildBlackList #57510

Merged
merged 15 commits into from
Oct 9, 2023

Conversation

AndSonder
Copy link
Contributor

@AndSonder AndSonder commented Sep 19, 2023

PR types

Others

PR changes

Others

Description

remove batch norm from StaticBuildBlackList

  • 将 batch_norm 从 StaticBuildBlackList 中移除
  • 修复 batch_norm 的注册信息,添加参数跳过fakeinit的相关判断
  • 将 quantize_linear 迁移到phi下并补全注册信息
  • 将 fused_bn_add_activation 迁移到phi下并补全注册信息
  • 为 flatten_contiguous_range 添加参数跳过fakeinit的相关判断

相关issue:

@paddle-bot
Copy link

paddle-bot bot commented Sep 19, 2023

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

@paddle-bot paddle-bot bot added the contributor External developers label Sep 19, 2023
@@ -0,0 +1,52 @@
/* Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
Copy link
Contributor

Choose a reason for hiding this comment

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

2022->2023

@AndSonder AndSonder requested a review from From00 October 9, 2023 05:25
Copy link
Contributor

@From00 From00 left a comment

Choose a reason for hiding this comment

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

LGTM

@phlrain phlrain self-requested a review October 9, 2023 08:37
@From00 From00 merged commit 18bd6d3 into PaddlePaddle:develop Oct 9, 2023
Frida-a pushed a commit to Frida-a/Paddle that referenced this pull request Oct 14, 2023
* remove batch norm from StaticBuildBlackList

* turn off the flag

* fix batch_norm register kernel info

* remove dequantize_linear to phi

* fix build error

* add sig file

* update test and cmakelist

* fix test_split_program error in static_build mode

* move fuse_bn_add_act to phi

* fix error in test_cudnn_bn_add_relu

* fix shape error

* fix date

* close the static_build flag
jiahy0825 pushed a commit to jiahy0825/Paddle that referenced this pull request Oct 16, 2023
* remove batch norm from StaticBuildBlackList

* turn off the flag

* fix batch_norm register kernel info

* remove dequantize_linear to phi

* fix build error

* add sig file

* update test and cmakelist

* fix test_split_program error in static_build mode

* move fuse_bn_add_act to phi

* fix error in test_cudnn_bn_add_relu

* fix shape error

* fix date

* close the static_build flag
danleifeng pushed a commit to danleifeng/Paddle that referenced this pull request Nov 14, 2023
* remove batch norm from StaticBuildBlackList

* turn off the flag

* fix batch_norm register kernel info

* remove dequantize_linear to phi

* fix build error

* add sig file

* update test and cmakelist

* fix test_split_program error in static_build mode

* move fuse_bn_add_act to phi

* fix error in test_cudnn_bn_add_relu

* fix shape error

* fix date

* close the static_build flag
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.

3 participants