mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 17:11:21 +08:00
[Backend] Add KunlunXin XPU deploy support (#894)
Revert "Revert "[Backend] Add KunlunXin XPU deploy support" (#893)"
This reverts commit 0990ab9b50.
This commit is contained in:
Regular → Executable
+5
@@ -12,6 +12,9 @@ English | [中文](../../cn/build_and_install/README.md)
|
||||
- [Build and Install on IPU Platform](ipu.md)
|
||||
- [Build and Install on Nvidia Jetson Platform](jetson.md)
|
||||
- [Build and Install on Android Platform](android.md)
|
||||
- [Build and Install on RV1126 Platform](rv1126.md)
|
||||
- [Build and Install on A311D Platform](a311d.md)
|
||||
- [Build and Install on KunlunXin XPU Platform](xpu.md)
|
||||
|
||||
|
||||
## Build options
|
||||
@@ -25,6 +28,8 @@ English | [中文](../../cn/build_and_install/README.md)
|
||||
| ENABLE_VISION | Default OFF,whether to enable vision models deployment module |
|
||||
| ENABLE_TEXT | Default OFF,whether to enable text models deployment module |
|
||||
| WITH_GPU | Default OFF, if build on GPU, this need to be ON |
|
||||
| WITH_XPU | Default OFF,if deploy on KunlunXin XPU,this need to be ON |
|
||||
| WITH_TIMVX | Default OFF,if deploy on RV1126/RV1109/A311D,this need to be ON |
|
||||
| CUDA_DIRECTORY | Default /usr/local/cuda, if build on GPU, this defines the path of CUDA(>=11.2) |
|
||||
| TRT_DIRECTORY | If build with ENABLE_TRT_BACKEND=ON, this defines the path of TensorRT(>=8.4) |
|
||||
| ORT_DIRECTORY | [Optional] If build with ENABLE_ORT_BACKEND=ON, this flag defines the path of ONNX Runtime, but if this flag is not set, it will download ONNX Runtime library automatically |
|
||||
|
||||
Reference in New Issue
Block a user