-
Notifications
You must be signed in to change notification settings - Fork 764
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
2.4.1 to 2.4.2 and macOS avx installation #5630
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5630.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
docs/design/phi/design_cn.md
Outdated
@@ -1192,7 +1192,7 @@ REGISTER_OPERATOR(sign, ops::SignOp, ops::SignOpMaker<float>, | |||
> 本节要点: | |||
> 1. 支持新形式 Kernel 在现有静态图和动态图体系中调用,难点在于解决多参数 Op 到少参数 Kernel 的匹配问题 | |||
|
|||
#### 2.4.1 ArgumentMapping 体系设计 | |||
#### 2.4.2 ArgumentMapping 体系设计 |
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.
这里为什么要改?
只需要改docs/install目录下的文件。
docs/design/phi/design_en.md
Outdated
@@ -1192,7 +1192,7 @@ So far, after the original Op's `InferShape` function has been migrated to PHI ` | |||
> Highlights of this section: | |||
> 1. Support the new form of Kernel to be called in the existing static graph and dynamic graph architecture, the difficulty lies in solving the matching problem of multi-parameter Op to few-parameter Kernel. | |||
|
|||
#### 2.4.1 ArgumentMapping Architecture Design | |||
#### 2.4.2 ArgumentMapping Architecture Design |
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.
同上。不需要改。
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
2.4.1字段改为2.4.2;macos默认安装avx