Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 458 Bytes

cuda.rst

File metadata and controls

27 lines (17 loc) · 458 Bytes

torch.cuda

.. currentmodule:: torch.cuda

.. automodule:: torch.cuda
   :members:

Communication collectives

.. autofunction:: torch.cuda.comm.broadcast

.. autofunction:: torch.cuda.comm.reduce_add

.. autofunction:: torch.cuda.comm.scatter

.. autofunction:: torch.cuda.comm.gather

Streams and events

.. autoclass:: Stream
   :members:

.. autoclass:: Event
   :members: