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

[PIR] fix property overwrite #60225

Merged
merged 8 commits into from
Dec 26, 2023

Conversation

kangguangli
Copy link
Contributor

@kangguangli kangguangli commented Dec 21, 2023

PR types

Bug fixes

PR changes

Others

Description

How many unit tests in white list is covered?

Currently there is 294 files set with environment variables, but the total num should be num_white_list + num_relax_list + num_no_check_list, which is 354.

  • we need to know which tests are not correctly monitored in CI

How many tests are disabled temporarily in this PR?

  • test_adamw_op
  • test_affine_grid_op
  • test_conv2d_op_depthwise_conv
  • test_pool3d_op
  • test_conv3d_transpose_op

Others

Pcard-67164

Copy link

paddle-bot bot commented Dec 21, 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.

@@ -96,17 +96,27 @@ function(set_pit_tests_properties)
PIR_OP_TESTS)
foreach(IR_OP_TEST ${PIR_OP_TESTS})
if(TEST ${IR_OP_TEST})
set_tests_properties(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This will lead to property overwritten by later settings and cause environment variables invaid.

@winter-wang winter-wang merged commit 0bffc43 into PaddlePaddle:develop Dec 26, 2023
@kangguangli kangguangli deleted the fix_property_overwrite branch December 27, 2023 08:50
Wanglongzhi2001 pushed a commit to Wanglongzhi2001/Paddle that referenced this pull request Jan 7, 2024
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