From eea19506587114207d76cb9e0db7fce0bebf4cdf Mon Sep 17 00:00:00 2001 From: huqi Date: Tue, 21 May 2024 05:23:30 +0000 Subject: [PATCH 1/2] fix resoure path --- docs/dev_guides/index_en.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev_guides/index_en.rst b/docs/dev_guides/index_en.rst index a85b8b295a3..8daaafefd84 100644 --- a/docs/dev_guides/index_en.rst +++ b/docs/dev_guides/index_en.rst @@ -6,7 +6,7 @@ We very much welcome you to participate in the construction of the paddle. The f Similarly, if you feel that this document is missing, or that the description is unclear, we also welcome you to contribute to this series of documents. -- `Kernel Primitives API <./kernel_primitive_api/index_cn.html>`_ : Introduce the block-level CUDA functions provided by PaddlePaddle to speed up operator development. +- `Kernel Primitives API <./op_optimization/kernel_primitive_api/index_cn.html>`_ : Introduce the block-level CUDA functions provided by PaddlePaddle to speed up operator development. - `custom_device_docs <./custom_device_docs/index_en.html>`_ : Contribution guidelines overview. @@ -14,5 +14,5 @@ Similarly, if you feel that this document is missing, or that the description is :hidden: - kernel_primitive_api/index_en.rst + op_optimization/kernel_primitive_api/index_en.rst custom_device_docs/index_en.rst From c3f434345ac90cd69ddbe737705cd5b7f9c013f6 Mon Sep 17 00:00:00 2001 From: huqi Date: Sun, 26 May 2024 20:23:40 +0800 Subject: [PATCH 2/2] Update docs/dev_guides/index_en.rst Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com> --- docs/dev_guides/index_en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev_guides/index_en.rst b/docs/dev_guides/index_en.rst index 8daaafefd84..27286a73ca8 100644 --- a/docs/dev_guides/index_en.rst +++ b/docs/dev_guides/index_en.rst @@ -6,7 +6,7 @@ We very much welcome you to participate in the construction of the paddle. The f Similarly, if you feel that this document is missing, or that the description is unclear, we also welcome you to contribute to this series of documents. -- `Kernel Primitives API <./op_optimization/kernel_primitive_api/index_cn.html>`_ : Introduce the block-level CUDA functions provided by PaddlePaddle to speed up operator development. +- `Kernel Primitives API <./op_optimization/kernel_primitive_api/index_en.html>`_ : Introduce the block-level CUDA functions provided by PaddlePaddle to speed up operator development. - `custom_device_docs <./custom_device_docs/index_en.html>`_ : Contribution guidelines overview.