Skip to content

Commit

Permalink
bugfix/anakin-ci (#11473)
Browse files Browse the repository at this point in the history
  • Loading branch information
Superjomn authored Jun 14, 2018
1 parent 8f266e2 commit 212651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/contrib/inference/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cc_test(test_paddle_inference_api
inference_api_test(test_paddle_inference_api_impl
ARGS test_word2vec test_image_classification)

if (WITH_ANAKIN)
if (WITH_ANAKIN AND WITH_TESTING) # only needed in CI
# Due to Anakin do not have official library releases and the versions of protobuf and cuda do not match Paddle's,
# so anakin library will not be merged to our official inference library. To use anakin prediction API, one need to
# compile the libinference_anakin_api.a and compile with anakin.so.
Expand Down

0 comments on commit 212651a

Please sign in to comment.