From 7052547758212572f917b939b9c85c4a4f63c0d4 Mon Sep 17 00:00:00 2001 From: XiaoguangHu <46782768+XiaoguangHu01@users.noreply.github.com> Date: Mon, 31 Mar 2025 20:40:54 +0800 Subject: [PATCH 1/2] Update index_cn.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新飞桨3.0特性,跟最新版本保持一致。 --- docs/guides/paddle_v3_features/index_cn.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/guides/paddle_v3_features/index_cn.rst b/docs/guides/paddle_v3_features/index_cn.rst index 7601e651b78..be1b110d4f7 100644 --- a/docs/guides/paddle_v3_features/index_cn.rst +++ b/docs/guides/paddle_v3_features/index_cn.rst @@ -9,10 +9,15 @@ - `动静统一自动并行 `_ :介绍了飞桨动静统一的自动并行编程范式 +- `大模型训推一体 `_ :同一套框架支持训练和推理,实现训练、推理代码复用和无缝衔接 + +- `科学计算高阶微分 `_ :介绍了飞桨高阶自动微分在科学计算领域的应用 + - `神经网络编译器 `_ :介绍了神经网络编译器自动优化的基本原理、架构和功能 -- `高阶自动微分 `_ :介绍了飞桨高阶自动微分在科学计算领域的应用 +- `异构多芯适配 `_ :构建多硬件统一适配方案,通过标准化接口屏蔽了不同芯片软件栈开发接口差异 +**其他重要框架基础技术升级:** - `动转静 SOT 原理及使用 `_ :介绍了动转静 SOT 原理及使用方式 - `PIR 基本概念和开发 `_ :介绍了飞桨新一代中间表示(PIR)的设计和开发范式 From ee7dbd4c6966409c02b7663f0a58790c8f3d55e0 Mon Sep 17 00:00:00 2001 From: XiaoguangHu <46782768+XiaoguangHu01@users.noreply.github.com> Date: Mon, 31 Mar 2025 20:53:21 +0800 Subject: [PATCH 2/2] Update index_cn.rst --- docs/guides/paddle_v3_features/index_cn.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/paddle_v3_features/index_cn.rst b/docs/guides/paddle_v3_features/index_cn.rst index be1b110d4f7..a1857789668 100644 --- a/docs/guides/paddle_v3_features/index_cn.rst +++ b/docs/guides/paddle_v3_features/index_cn.rst @@ -18,6 +18,7 @@ - `异构多芯适配 `_ :构建多硬件统一适配方案,通过标准化接口屏蔽了不同芯片软件栈开发接口差异 **其他重要框架基础技术升级:** + - `动转静 SOT 原理及使用 `_ :介绍了动转静 SOT 原理及使用方式 - `PIR 基本概念和开发 `_ :介绍了飞桨新一代中间表示(PIR)的设计和开发范式