未验证 提交 96a5f96c 编写于 作者: Q QI JUN 提交者: GitHub

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

上级 70ee79c2
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册