未验证 提交 1d1d221f 编写于 作者: Z Zeng Jinle 提交者: GitHub

refine allocator_flag, test=develop, test=document_fix (#20400)

上级 899ab30d
...@@ -301,11 +301,9 @@ DEFINE_double(memory_fraction_of_eager_deletion, 1.0, ...@@ -301,11 +301,9 @@ DEFINE_double(memory_fraction_of_eager_deletion, 1.0,
* Allocator related FLAG * Allocator related FLAG
* Name: FLAGS_allocator_strategy * Name: FLAGS_allocator_strategy
* Since Version: 1.2 * Since Version: 1.2
* Value Range: string, {naive_best_fit, auto_groth}, default=naive_best_fit * Value Range: string, {naive_best_fit, auto_growth}, default=naive_best_fit
* Example: * Example:
* Note: Allocator policy for selecting Paddle Paddle. * Note: For selecting allocator policy of PaddlePaddle.
* The allocator strategy is under development and the non-legacy
* allocator is not yet stable.
*/ */
DEFINE_string(allocator_strategy, "naive_best_fit", DEFINE_string(allocator_strategy, "naive_best_fit",
"The allocation strategy. naive_best_fit means the original best " "The allocation strategy. naive_best_fit means the original best "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册