From 4c2df8e4d4669016cf1ac05ea011479cf4803c77 Mon Sep 17 00:00:00 2001 From: Zeng Jinle <32832641+sneaxiy@users.noreply.github.com> Date: Wed, 8 Jan 2020 00:05:53 +0800 Subject: [PATCH] fix allocator strategy comment, test=develop, test=document_fix (#22121) --- paddle/fluid/platform/flags.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/platform/flags.cc b/paddle/fluid/platform/flags.cc index bcf4bd9e2f..1f16ce3357 100644 --- a/paddle/fluid/platform/flags.cc +++ b/paddle/fluid/platform/flags.cc @@ -303,7 +303,7 @@ DEFINE_double(memory_fraction_of_eager_deletion, 1.0, * Allocator related FLAG * Name: FLAGS_allocator_strategy * Since Version: 1.2 - * Value Range: string, {naive_best_fit, auto_growth}, default=naive_best_fit + * Value Range: string, {naive_best_fit, auto_growth}, default=auto_growth * Example: * Note: For selecting allocator policy of PaddlePaddle. */ -- GitLab