-
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
[phi] Decoupled phi from fluid tracking issue #47615
Comments
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~ Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day! |
头文件依赖解耦具体说明 ( 整理 by @GreatV )
使用如下命令查找 grep -In -r --exclude-dir=tests "paddle/fluid/" paddle/phi
使用如下命令查找匹配到的文件,共355个结果: grep -Il -r --exclude-dir=tests "paddle/fluid/" paddle/phi
对包含的头文件去重,发现共有100个左右不同的头文件: grep -Irn --exclude-dir=tests "paddle/fluid/*" paddle/phi | grep "paddle/fluid" | grep -v party | awk '{print $NF}' | sort | uniq -c | sort -nr
具体的头文件可总结如下:
|
头文件依赖解耦已全部完成,感谢参与的小伙伴们!
结项小结等4月底完成 PHI 独立编译后发出。 |
问题描述 Please describe your issue
项目说明
用于跟踪 Call-for-Contributions: 飞桨算子体系重构 - PHI算子库独立编译 并记录该计划下各个子任务的计划和进度。
主要工作
头文件依赖解耦(整体进展 103/103)
#48063
PHI 独立编译
The text was updated successfully, but these errors were encountered: