mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-16 13:41:30 +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:
4
examples/vision/detection/yolov5/cpp/CMakeLists.txt
Normal file → Executable file
4
examples/vision/detection/yolov5/cpp/CMakeLists.txt
Normal file → Executable file
@@ -12,3 +12,7 @@ include_directories(${FASTDEPLOY_INCS})
|
||||
add_executable(infer_demo ${PROJECT_SOURCE_DIR}/infer.cc)
|
||||
# 添加FastDeploy库依赖
|
||||
target_link_libraries(infer_demo ${FASTDEPLOY_LIBS})
|
||||
|
||||
add_executable(infer_paddle_demo ${PROJECT_SOURCE_DIR}/infer_paddle_model.cc)
|
||||
# 添加FastDeploy库依赖
|
||||
target_link_libraries(infer_paddle_demo ${FASTDEPLOY_LIBS})
|
||||
|
Reference in New Issue
Block a user