Skip to content

Commit 14fb97a

Browse files
update user_guide.md , add MetaX support (#1124)
1 parent 585ad05 commit 14fb97a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/zh/user_guide.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,10 @@ ppsci MESSAGE: Visualization result is saved to: ./aneurysm_pred.vtu
368368
369369
PaddleScience 提供了多种推理配置组合,可通过命令行进行组合,目前支持的推理配置如下:
370370
371-
| | Native | ONNX | TensorRT | MKLDNN |
372-
| :--- | :--- | :--- | :--- | :--- |
373-
| CPU | ✅ | ✅| / | ✅ |
374-
| GPU | ✅ | ✅ | ✅ | / |
375-
| XPU | TODO | / | / | / |
376-
| SDAA | ✅ | / | / | / |
371+
| | Native | ONNX | TensorRT | macaRT | MKLDNN |
372+
| :--- | :--- | :--- | :--- | :--- | :--- |
373+
| NVIDIA | ✅ | ✅ | ✅ | / | / |
374+
| MetaX | ✅ | ✅ | / | ✅ | / |
377375
378376
接下来以 aneurysm 案例和 Linux x86_64 + TensorRT 8.6 GA + CUDA 11.6 软硬件环境为例,介绍如何使用不同的推理配置。
379377

0 commit comments

Comments
 (0)