Skip to content

Commit

Permalink
Merge branch 'fix-diff-doc' into 'main'
Browse files Browse the repository at this point in the history
Update differentiability.rst

See merge request omniverse/warp!578
  • Loading branch information
eric-heiden committed Jun 24, 2024
2 parents 6df8df2 + 5872e51 commit e7b99d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/differentiability.rst
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ The resulting SVG image can be rendered in a web browser:
.. image:: ../img/tape.svg

The graph visualization shows the kernel launches as grey boxes with the ports below them indicating the input and output arguments. Arrays
are shown as ellipses, where gray ellipses indicate arrays that do not require gradients, and green ellipses indicate arrays that do not have ``requires_grad=True``.
are shown as ellipses, where gray ellipses indicate arrays that do not require gradients, and green ellipses indicate arrays that have ``requires_grad=True``.

In the example above we can see that the array ``c`` does not have its ``requires_grad`` flag set, which means gradients will not be propagated through this path.

Expand Down

0 comments on commit e7b99d5

Please sign in to comment.