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 8e3638f commit 5545d64Copy full SHA for 5545d64
CMakeLists.txt
@@ -307,4 +307,7 @@ endif()
307
if (ON_INFER)
308
message(STATUS "On inference mode, will take place some specific optimization.")
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.")
313
endif()
0 commit comments