.. autofunction:: powerSGD_hook
.. autofunction:: batched_powerSGD_hook
+Debugging Communication Hooks
+-----------------------------
+
+As the name implies, debugging communication hooks are **only** used for debugging and performance optimization purpose.
+
+.. currentmodule:: torch.distributed.algorithms.ddp_comm_hooks.debugging_hooks
+
+.. warning ::
+ Debugging communication hooks do not necessarily output the correct results.
+
+.. autofunction:: noop_hook
+
Acknowledgements
----------------