fix unknown flag

bugfix/anakin-compile
tensor-tang 7 years ago
parent 23e3f790c0
commit 4f0383f52e

@ -24,9 +24,6 @@ limitations under the License. */
#include <cblas.h> #include <cblas.h>
#endif #endif
DEFINE_int32(paddle_num_threads, 1,
"Number of threads for each paddle instance.");
namespace paddle { namespace paddle {
namespace platform { namespace platform {

@ -23,7 +23,8 @@ limitations under the License. */
#include "paddle/fluid/platform/place.h" #include "paddle/fluid/platform/place.h"
#include "paddle/fluid/string/piece.h" #include "paddle/fluid/string/piece.h"
DECLARE_int32(paddle_num_threads); DEFINE_int32(paddle_num_threads, 1,
"Number of threads for each paddle instance.");
namespace paddle { namespace paddle {
namespace framework { namespace framework {

Loading…
Cancel
Save