-
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] No.38 Migrate paddle.stack into pir #57477
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
@liyongchao911 在test_stack_op.py中TestStackBF16Op也加一下check_new_ir吧,这样单测就补全了,重新提交代码后跑一下ci试试看有没有问题,最新代码解决了一些bug |
@liyongchao911 目前已经没有bug了,需要修复代码格式问题后重新提交代码 |
@liyongchao911 如果本地pre-commit有问题,可以尝试按照ci-codestyle的提示手动修改一下代码格式,如下图所示: |
@YuanRisheng 已按照提示更新 |
* No.38 Migrate paddle.stack into pir * update test_stack_op, TestStackBF16Op add new ir check * update codestyle
* No.38 Migrate paddle.stack into pir * update test_stack_op, TestStackBF16Op add new ir check * update codestyle
* No.38 Migrate paddle.stack into pir * update test_stack_op, TestStackBF16Op add new ir check * update codestyle
PR types
Others
PR changes
APIs
Description
[PIR]Migrate layer_norm into pir
No.38 Migrate paddle.stack into pir