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 5545d64 commit 39bfb9eCopy full SHA for 39bfb9e
CMakeLists.txt
@@ -309,5 +309,5 @@ if (ON_INFER)
309
add_definitions(-DPADDLE_ON_INFERENCE)
310
else()
311
#TODO(luotao), combine this warning with `make inference_lib_dist` command.
312
- message(WARNING "On inference mode, will take place some specific optimization. Only used in make inference_lib_dist.")
+ message(WARNING "On inference mode, will take place some specific optimization. Turn on the ON_INFER flag when building inference_lib only.")
313
endif()
0 commit comments