-
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
【Hackathon No.70】[PHI decoupling] move jit kernels from fluid to phi #50911
【Hackathon No.70】[PHI decoupling] move jit kernels from fluid to phi #50911
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
ci 需要批准 @luotao1 @YuanRisheng @XiaoguangHu01 |
先把不需要批准的ci过了,需要批准的后续我们会review |
7e8b7ba
to
c8cf8e3
Compare
需要按照黑客松流程在总issue下回复状态: |
done |
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.
有个隐藏内容,这个任务是进阶题目,不仅仅是因为其涉及到文件比较多,还有另一个原因是需要删除掉jit下未使用的代码。可以分俩个PR来做一下,这个PR先合入,然后下个PR需要删除掉jit里不使用的代码。这里需要对jit代码稍微看看了解一下,我这边提示一下就是jit目录下注册的kernel有些或许没被Paddle用到可以尝试删除
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.
LGTM
好的,会在近期提交pr |
PR types
Others
PR changes
Others
Describe
paddle/fluid/operators/jit/kernels.h
整体迁移至paddle/phi/kernels/funcs
目录下, 修改其对应的引用和命名空间