You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
你的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.
2023-12-09 16:34:59 ****************
2023-12-09 16:34:59 0. You must have raindrops2sea or XiaoguangHu01 approval for change 20+ files or add than 1000+ lines of content.
2023-12-09 16:34:59 1. Unittest is not allowed to be disabled.
2023-12-09 16:34:59 You must have one RD (kolinwei(Recommend), wanghuancoder, luotao1, QingshuChen, qili93 or ZzSean or Aurelius84) approval for the usage of @unittest.skip or @unittest.skipIf.
2023-12-09 16:34:59 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-09 16:34:59 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-09 16:34:59 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-09 16:34:59 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-09 16:34:59 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-09 16:34:59 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-09 16:34:59 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-09 16:34:59 2. You must have one QA (XieYunshen(Recommend) or chalsliu) approval for setting parameter RUN_TYPE as EXCLUSIVE, DIST, HYBRID, NIGHTLY, EXCLUSIVE:NIGHTLY or DISTNIGHTLY, or setting parameter SERIAL, or setting TIMEOUT properties.
2023-12-09 16:34:59 The corresponding lines are as follows:
2023-12-09 16:34:59 test/legacy_test/CMakeLists.txt
2023-12-09 16:34:59 + set_tests_properties(test_fuse_resunit_pass PROPERTIES TIMEOUT 300)
2023-12-09 16:34:59 For more information, please refer to:https://github.com/PaddlePaddle/Paddle/wiki/PaddlePaddle-Unit-test-specification
2023-12-09 16:34:59 There are 3 approved errors.
2023-12-09 16:34:59 ****************
2023-12-09 17:03:28 **************************************************************
2023-12-09 17:03:28 Please find RD for approval first, and then find TPM for approval.
2023-12-09 17:03:28 0. print or std::cout is not recommended for direct use, please use logging or VLOG. If it is necessary to use, please contact tianshuo78520a (Recommend) or zhangbo9674 review and approve.
2023-12-09 17:03:28
2023-12-09 17:03:28 There are 1 approved errors.
2023-12-09 17:03:28 **************************************************************
****************
2023-12-12 23:38:29 0. You must have raindrops2sea or XiaoguangHu01 approval for change 20+ files or add than 1000+ lines of content.
2023-12-12 23:38:29 1. Unittest is not allowed to be disabled.
2023-12-12 23:38:29 You must have one RD (kolinwei(Recommend), wanghuancoder, luotao1, QingshuChen, qili93 or ZzSean or Aurelius84) approval for the usage of @unittest.skip or @unittest.skipIf.
2023-12-12 23:38:29 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-12 23:38:29 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-12 23:38:29 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-12 23:38:29 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-12 23:38:29 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-12 23:38:29 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-12 23:38:29 +@unittest.skipIf(skip_unit_test(), skip_msg)
2023-12-12 23:38:29 2. You must have one QA (XieYunshen(Recommend) or chalsliu) approval for setting parameter RUN_TYPE as EXCLUSIVE, DIST, HYBRID, NIGHTLY, EXCLUSIVE:NIGHTLY or DISTNIGHTLY, or setting parameter SERIAL, or setting TIMEOUT properties.
2023-12-12 23:38:29 The corresponding lines are as follows:
2023-12-12 23:38:29 test/legacy_test/CMakeLists.txt
2023-12-12 23:38:29 + set_tests_properties(test_fuse_resunit_pass PROPERTIES TIMEOUT 300)
2023-12-12 23:38:29 For more information, please refer to:https://github.com/PaddlePaddle/Paddle/wiki/PaddlePaddle-Unit-test-specification
2023-12-12 23:38:29 There are 3 approved errors.
2023-12-12 23:38:29 ****************
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR types
New features
PR changes
Others
Description
This PR adds a
fuse_resunit
IR pass, which is able to detect ResUnit patterns and replace them with CUDNNv8 fused kernels.