We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
飞桨新 IR 项目整体背景,详见:🎉 Paddle 之艾尔登(IR Dialect)快乐勇士挑战赛 ⚔ #55205 如果你是在校的学生,并且有兴趣参加飞桨社区的框架护航项目,非常欢迎你依据这份材料来申请:百度飞桨框架护航计划。
本项目是新IR推全测试,兼容现有动转静执行逻辑的重要环节。目前我们通过动态图组网 -> AST翻译 -> 静态图表示 -> ProgramTranslator -> 新IR下的静态图表示 -> NewIRInterpreter 这样的路径支持了在新IR下飞桨的动转静功能。
ProgramTranslator
NewIRInterpreter
目前从动态图到静态图表示的动转静模块已经比较成熟,但是ProgramTranslator 和NewIRInterpreter这两个模块依然有待打磨,需要经过充分的测试。我们希望通过复用现有的子图级别的测试(即test/dygraph_to_static目录下的测试)验证新IR的功能完备性和正确性,因此需要在这部分测试中加入新IR监控,对于失败的单测,需要辨明原因并加以修复。
test/dygraph_to_static
☎️ 技术串讲
** 🩺 原因分析**
🔧 问题修复
每周二、周五答疑例会,详见 PaddleQues
The text was updated successfully, but these errors were encountered:
kangguangli
No branches or pull requests
问题描述 Please describe your issue
一、Background 🎃
本项目是新IR推全测试,兼容现有动转静执行逻辑的重要环节。目前我们通过动态图组网 -> AST翻译 ->
静态图表示 ->
ProgramTranslator
-> 新IR下的静态图表示 ->NewIRInterpreter
这样的路径支持了在新IR下飞桨的动转静功能。目前从动态图到静态图表示的动转静模块已经比较成熟,但是
ProgramTranslator
和NewIRInterpreter
这两个模块依然有待打磨,需要经过充分的测试。我们希望通过复用现有的子图级别的测试(即test/dygraph_to_static
目录下的测试)验证新IR的功能完备性和正确性,因此需要在这部分测试中加入新IR监控,对于失败的单测,需要辨明原因并加以修复。二、Tasks 📚
☎️ 技术串讲
** 🩺 原因分析**
🔧 问题修复
三、Meetings 💼
每周二、周五答疑例会,详见 PaddleQues
The text was updated successfully, but these errors were encountered: