We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae45035 commit a96d0c4Copy full SHA for a96d0c4
recipes_source/foreach_map.py
@@ -12,7 +12,7 @@
12
# of arguments is quite difficult (e.g. mixtures of scalars and lists). Foreach_map
13
# allows conversion of any pointwise op in torch to a horiztonally fused foreach
14
# variant. In this tutorial, we will demonstrate how implement the Adam optimizer
15
-# with foreach_map and generate a fully fused kernel.
+# with ``foreach_map`` to generate a fully fused kernel.
16
#
17
18
# .. note::
0 commit comments