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 API adaptor No.242、228】 Migrate unique_consecutive/moveaxis into pir #58688

Merged
merged 5 commits into from
Nov 8, 2023
Merged

【PIR API adaptor No.242、228】 Migrate unique_consecutive/moveaxis into pir #58688

merged 5 commits into from
Nov 8, 2023

Conversation

DrRyanHuang
Copy link
Member

@DrRyanHuang DrRyanHuang commented Nov 4, 2023

PR types

Others

PR changes

APIs

Description

No.242、228
PIR API 推全升级

moveaxis 单测全部通过
unique_consecutive 单测通过率 8/11

以下三个 test_unique_consecutive_optest_check_output 都 raise AssertionError

2023-11-05 11:04:29 FAIL: test_check_output (test_unique_consecutive_op.TestUniqueConsecutiveOp2)
2023-11-05 11:04:29 FAIL: test_check_output (test_unique_consecutive_op.TestUniqueConsecutiveOp3)
2023-11-05 11:04:29 FAIL: test_check_output (test_unique_consecutive_op.TestUniqueConsecutiveOp4)
2023-11-05 11:04:29 ----------------------------------------------------------------------
2023-11-05 11:04:29 Traceback (most recent call last):
2023-11-05 11:04:29   File "/workspace/Paddle/build/test/legacy_test/test_unique_consecutive_op.py", line 103, in test_check_output
2023-11-05 11:04:29     self.check_output(check_pir=True)
2023-11-05 11:04:29   File "/workspace/Paddle/build/python/op_test.py", line 2676, in check_output
2023-11-05 11:04:29     res = self.check_output_with_place(
2023-11-05 11:04:29   File "/workspace/Paddle/build/python/op_test.py", line 2550, in check_output_with_place
2023-11-05 11:04:29     new_ir_checker.check()
2023-11-05 11:04:29   File "/workspace/Paddle/build/python/op_test.py", line 2151, in check
2023-11-05 11:04:29     self.calculate_output()
2023-11-05 11:04:29   File "/workspace/Paddle/build/python/op_test.py", line 2337, in calculate_output
2023-11-05 11:04:29     new_ir_outs = self.op_test._calc_new_ir_output(place)
2023-11-05 11:04:29   File "/workspace/Paddle/build/python/op_test.py", line 1353, in _calc_new_ir_output
2023-11-05 11:04:29     assert len(ret_tuple) == len(outputs_sig)
2023-11-05 11:04:29 AssertionError
2023-11-05 11:04:29 
2023-11-05 11:04:29 ----------------------------------------------------------------------
2023-11-05 11:04:29 Ran 11 tests in 0.147s
2023-11-05 11:04:29 
2023-11-05 11:04:29 FAILED (failures=3)

Copy link

paddle-bot bot commented Nov 4, 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 Nov 4, 2023
@DrRyanHuang DrRyanHuang changed the title 【PIR API adaptor No.242、228】 Migrate unique_consecutive/moveaxis into pir 【PIR api adaptor No.242、228】 Migrate unique_consecutive/moveaxis into pir Nov 5, 2023
@0x45f
Copy link
Contributor

0x45f commented Nov 7, 2023

辛苦在pr中标明一下test_unique_consecutive_op单测中打开单测的比例~

@0x45f 0x45f merged commit efcbb08 into PaddlePaddle:develop Nov 8, 2023
28 checks passed
@DrRyanHuang DrRyanHuang deleted the uc_moveaxis branch November 14, 2023 06:58
danleifeng pushed a commit to danleifeng/Paddle that referenced this pull request Nov 14, 2023
@DrRyanHuang DrRyanHuang changed the title 【PIR api adaptor No.242、228】 Migrate unique_consecutive/moveaxis into pir 【PIR API adaptor No.242、228】 Migrate unique_consecutive/moveaxis into pir Nov 27, 2023
SecretXV pushed a commit to SecretXV/Paddle that referenced this pull request Nov 28, 2023
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