Skip to content

Commit a96d0c4

Browse files
mlazoswilliamwen42
andauthored
Update recipes_source/foreach_map.py
Co-authored-by: William Wen <williamwen@meta.com>
1 parent ae45035 commit a96d0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/foreach_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# of arguments is quite difficult (e.g. mixtures of scalars and lists). Foreach_map
1313
# allows conversion of any pointwise op in torch to a horiztonally fused foreach
1414
# variant. In this tutorial, we will demonstrate how implement the Adam optimizer
15-
# with foreach_map and generate a fully fused kernel.
15+
# with ``foreach_map`` to generate a fully fused kernel.
1616
#
1717
#
1818
# .. note::

0 commit comments

Comments
 (0)