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] D Adapt mean test_errors #61289

Merged
merged 5 commits into from
Feb 21, 2024
Merged

[PIR] D Adapt mean test_errors #61289

merged 5 commits into from
Feb 21, 2024

Conversation

zrr1999
Copy link
Member

@zrr1999 zrr1999 commented Jan 29, 2024

PR types

Others

PR changes

Others

Description

序号 API
D-1 clip
D-2 min
D-3 prod
D-4 gather
D-5 dot
D-12 bicubic_interp
D-19 conv2d
D-20 solve
D-21 eig
D-22 eigvals
D-24 batch_norm

@zrr1999 zrr1999 changed the title [PIR] D-all Adapt mean test_errors [PIR] D Adapt mean test_errors Jan 29, 2024
@paddle-bot paddle-bot bot added the contributor External developers label Jan 29, 2024
test/legacy_test/test_eigvals_op.py Outdated Show resolved Hide resolved
test/legacy_test/test_batch_norm_op.py Outdated Show resolved Hide resolved
@0x45f
Copy link
Contributor

0x45f commented Feb 4, 2024

PR中有几处问题我已经一并修改了:

  • with program_guard(Program(), Program()): --> with paddle.static.program_guard(paddle.static.Program(), paddle.static.Program()):
  • 有的测试case是测试paddle.static.nn.xxxx的API,对于static下的api我们没有适配pir,所以这类测试case不需要打开
  • 有的测试case是动态图的测试case,也不需要打开

@0x45f 0x45f merged commit a7c6708 into PaddlePaddle:develop Feb 21, 2024
30 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