|
|
|
@ -301,11 +301,9 @@ 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_groth}, default=naive_best_fit
|
|
|
|
|
* Value Range: string, {naive_best_fit, auto_growth}, default=naive_best_fit
|
|
|
|
|
* Example:
|
|
|
|
|
* Note: Allocator policy for selecting Paddle Paddle.
|
|
|
|
|
* The allocator strategy is under development and the non-legacy
|
|
|
|
|
* allocator is not yet stable.
|
|
|
|
|
* Note: For selecting allocator policy of PaddlePaddle.
|
|
|
|
|
*/
|
|
|
|
|
DEFINE_string(allocator_strategy, "naive_best_fit",
|
|
|
|
|
"The allocation strategy. naive_best_fit means the original best "
|
|
|
|
|