[XPU] Update Lite XPU lib to fix l3 cache crash for seg models (#1786)

* Update kunlunxin.cmake

* [XPU] Update Lite XPU lib to fix l3 cache crash
This commit is contained in:
DefTruth
2023-04-11 18:01:52 +08:00
committed by GitHub
parent e2f5a9ce66
commit 9ec419129f
2 changed files with 4 additions and 3 deletions

View File

@@ -55,8 +55,8 @@ __build_fastdeploy_linux_x86_64_xpu_shared() {
cmake -DWITH_KUNLUNXIN=ON \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_GPU=OFF \
-DENABLE_ORT_BACKEND=ON \
-DENABLE_PADDLE_BACKEND=ON \
-DENABLE_ORT_BACKEND=OFF \
-DENABLE_PADDLE_BACKEND=OFF \
-DENABLE_VISION=ON \
-DENABLE_BENCHMARK=ON \
-DBUILD_EXAMPLES=OFF \