fix allocator strategy comment, test=develop, test=document_fix (#22121)

release/1.7
Zeng Jinle 5 years ago committed by GitHub
parent 7872d06ff4
commit 4c2df8e4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -303,7 +303,7 @@ 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_growth}, default=naive_best_fit * Value Range: string, {naive_best_fit, auto_growth}, default=auto_growth
* Example: * Example:
* Note: For selecting allocator policy of PaddlePaddle. * Note: For selecting allocator policy of PaddlePaddle.
*/ */

Loading…
Cancel
Save