fix bug in gpu default memory allocating policy (#6268)

release/0.11.0
QI JUN 7 years ago committed by GitHub
parent 70ee79c256
commit 96a5f96cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,8 +18,8 @@ limitations under the License. */
#include "paddle/platform/enforce.h"
DEFINE_double(fraction_of_gpu_memory_to_use, 0.95,
"Default use 95% of GPU memory for PaddlePaddle,"
DEFINE_double(fraction_of_gpu_memory_to_use, 0.92,
"Default use 92% of GPU memory for PaddlePaddle,"
"reserve the rest for page tables, etc");
namespace paddle {

Loading…
Cancel
Save