We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fae46a commit d230379Copy full SHA for d230379
cmake/inference_lib.cmake
@@ -150,7 +150,7 @@ if (WITH_ANAKIN AND WITH_MKL)
150
SRCS
151
${PADDLE_BINARY_DIR}/paddle/fluid/inference/api/libinference_anakin_api* # compiled anakin api
152
${ANAKIN_INSTALL_DIR} # anakin release
153
- DSTS ${dst_dir}/inference/anakin ${dst_dir}/inference/anakin)
+ DSTS ${dst_dir}/inference/anakin ${FLUID_INSTALL_DIR}/third_party/install/anakin)
154
list(APPEND inference_deps anakin_inference_lib)
155
endif()
156
0 commit comments