From 8cedf72930566aea7a96480e304a84ed78b89947 Mon Sep 17 00:00:00 2001 From: cc <52520497+juncaipeng@users.noreply.github.com> Date: Sun, 13 Sep 2020 11:21:32 +0800 Subject: [PATCH] Remove cuda doc, test=develop, test=document_fix (#4279) (#4300) --- docs/index.rst | 1 - docs/introduction/support_hardware.md | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 24dac7f369..88170c3f6e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -57,7 +57,6 @@ Welcome to Paddle-Lite's documentation! demo_guides/ios_app_demo demo_guides/linux_arm_demo demo_guides/x86 - demo_guides/cuda demo_guides/opencl demo_guides/fpga demo_guides/huawei_kirin_npu diff --git a/docs/introduction/support_hardware.md b/docs/introduction/support_hardware.md index b1a6823d26..3fa1b358ab 100644 --- a/docs/introduction/support_hardware.md +++ b/docs/introduction/support_hardware.md @@ -29,7 +29,8 @@ Paddle Lite支持[ARM Cortex-A系列处理器](https://en.wikipedia.org/wiki/ARM Paddle Lite支持移动端GPU和Nvidia端上GPU设备,支持列表如下: - ARM Mali G 系列 - Qualcomm Adreno 系列 -- Nvida tegra系列: tx1, tx2, nano, xavier + + Nvida tegra系列: tx1, tx2, nano, xavier ## NPU Paddle Lite支持NPU,支持列表如下: -- GitLab