Correct the wrong name in the flag comment (#22977)

Correct the name [`FLAGS_sync_nccl_allreduce`](https://www.paddlepaddle.org.cn/documentation/docs/zh/advanced_guide/flags/others_cn.html#flags-sync-nccl-allreduce) based on the information from our official website.
revert-22778-infer_var_type
guofei 5 years ago committed by GitHub
parent af149f2595
commit c2a60bb1fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -171,9 +171,9 @@ DEFINE_bool(cudnn_batchnorm_spatial_persistent, false,
/**
* NCCL related FLAG
* Name: FLAGS_enable_cublas_tensor_op_math
* Since Version:
* Value Range:
* Name: FLAGS_sync_nccl_allreduce
* Since Version: 1.3
* Value Range: bool, default=true
* Example:
* Note: asynchronous nccl allreduce or synchronous issue:
* https://github.com/PaddlePaddle/Paddle/issues/15049

Loading…
Cancel
Save