Skip to content
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

[Doc] Fix description for mkldnn #837

Merged
merged 5 commits into from
Apr 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix description for mkldnn
  • Loading branch information
HydrogenSulfate committed Apr 8, 2024
commit e8ce90d4700a20952bf879c1e22a1584768adf20
8 changes: 4 additions & 4 deletions docs/zh/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ PaddleScience 提供了多种推理配置组合,可通过命令行进行组合

| | Native | ONNX | TensorRT | MKLDNN |
| :--- | :--- | :--- | :--- | :--- |
| CPU | ✅ | ✅| - | ✅ |
| GPU | ✅ | ✅ | ✅ | - |
| XPU | TODO | - | - | - |
| CPU | ✅ | ✅| / | ✅ |
| GPU | ✅ | ✅ | ✅ | / |
| XPU | TODO | / | / | / |

接下来以 aneurysm 案例和 Linux x86_64 + TensorRT 8.6 GA + CUDA 11.6 软硬件环境为例,介绍如何使用不同的推理配置。

Expand Down Expand Up @@ -447,7 +447,7 @@ PaddleScience 提供了多种推理配置组合,可通过命令行进行组合

=== "使用 MKLDNN 推理"

MDLDNN 是英伟达推出的高性能推理引擎,适用于 CPU 推理加速,PaddleScience 支持了 MKLDNN 推理功能。
MKLDNN 是英伟达推出的高性能推理引擎,适用于 CPU 推理加速,PaddleScience 支持了 MKLDNN 推理功能。

运行以下命令进行推理:

Expand Down