-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 OpTest Fix No.31】 fix test_number_count_op #60055
【PIR OpTest Fix No.31】 fix test_number_count_op #60055
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
…RyanHuang/Paddle into piropfix/test_number_count_op
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! 但是现在只是在CI里监控了部分单测,还希望能执行下下面这条命令 FLAGS_enbale_pir_in_executpr=1 ctest -R test_number_count_op
看看有无报错,如果有问题只要记录下就可以了,由我们后续来推进修复。
* add numbercount * add number_count to NEED_GEN_STATIC_ONLY_APIS * revert ops_api_gen * add NEED_GEN_STATIC_ONLY_APIS to number_count * numbers => Numbers * numbers => Numbers in py * numbers => Numbers * fix data_type err && Numbers|numbers err * Number revert
PR types
Others
PR changes
Others
Description
FLAGS_enbale_pir_in_executpr=1 ctest -R test_number_count_op
可以成功执行