Skip to content

Commit

Permalink
Add a note on CUDA 11.6 (pytorch#80363)
Browse files Browse the repository at this point in the history
Fixes pytorch#79876

Pull Request resolved: pytorch#80363
Approved by: https://github.com/atalman
  • Loading branch information
Svetlana Karslioglu authored and pytorchmergebot committed Jun 27, 2022
1 parent 27fc9fc commit 7394de4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/complex_numbers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Complex Numbers
===============

.. note:: When using complex numbers, use Pytorch with CUDA 11.6 downloaded via pip wheel as described in
`Get Started <https://pytorch.org/get-started/locally/>`__ and select the CUDA 11.6 pip package.

Complex numbers are numbers that can be expressed in the form :math:`a + bj`, where a and b are real numbers,
and *j* is called the imaginary unit, which satisfies the equation :math:`j^2 = -1`. Complex numbers frequently occur in mathematics and
engineering, especially in topics like signal processing. Traditionally many users and libraries (e.g., TorchAudio) have
Expand Down

0 comments on commit 7394de4

Please sign in to comment.