Skip to content

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
@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
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