eric-haibin-lin commented on a change in pull request #15124: [MXNET-1294] 
Priority-based parameter propagation for improved data parallel training 
throughput
URL: https://github.com/apache/incubator-mxnet/pull/15124#discussion_r368807494
 
 

 ##########
 File path: docs/static_site/src/pages/api/faq/env_var.md
 ##########
 @@ -184,6 +184,11 @@ $env:MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
   - Values: 0(false) or 1(true) ```(default=1)```
   - If true, weight updates are performed during the communication step, if 
possible.
 
+* MXNET_KVSTORE_SLICE_THRESHOLD
+  - Values: Int ```(default=40000)```
+  - The maximum size of an NDArray slice in terms of number of parameters.
+  - This parameter is used to slice an NDArray before synchronizing through 
P3Store (dist_prio).
 
 Review comment:
   The class name is p3store. Should we use `dist_p3` instead of `dist_prio`? 
P3 is easy to remember

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to