You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -306,6 +306,15 @@ Horovod has the ability to record the timeline of its activity, called Horovod T
306
306
See `here <docs/timeline.rst>`__ for full details and usage instructions.
307
307
308
308
309
+
Automated Performance Tuning
310
+
----------------------------
311
+
Selecting the right values to efficiently make use of Tensor Fusion and other advanced Horovod features can involve
312
+
a good amount of trial and error. We provide a system to automate this performance optimization process called
313
+
**autotuning**, which you can enable with a single command line argument to ``horovodrun``.
314
+
315
+
See `here <docs/autotune.rst>`__ for full details and usage instructions.
316
+
317
+
309
318
Guides
310
319
------
311
320
1. Run distributed training in Microsoft Azure using `Batch AI and Horovod <https://github.com/Azure/BatchAI/tree/master/recipes/Horovod>`_. Send us links to any user guides you want to publish on this site
0 commit comments