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 1f598df commit d0943dbCopy full SHA for d0943db
paddle/fluid/inference/api/analysis_predictor.cc
@@ -505,8 +505,6 @@ std::unique_ptr<PaddlePredictor> CreatePaddlePredictor<
505
std::string flag = "--fraction_of_gpu_memory_to_use=" +
506
std::to_string(fraction_of_gpu_memory);
507
flags.push_back(flag);
508
- // use auto growth strategy here.
509
- flags.push_back("--allocator_strategy=auto_growth");
510
flags.push_back("--cudnn_deterministic=True");
511
VLOG(3) << "set flag: " << flag;
512
framework::InitGflags(flags);
0 commit comments