Skip to content

Commit 84107d9

Browse files
orion160svekars
andcommitted
Update recipes_source/recipes/tuning_guide.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 6984b23 commit 84107d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/tuning_guide.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def gelu(x):
327327
#
328328
# Hardware tensor core operations tend to use a different floating point format
329329
# which sacrifices precision at expense of speed gains.
330-
# Prior to pytorch 1.12 this was enabled by default but since this version
330+
# Prior to PyTorch 1.12 this functionality was enabled by default but since this version
331331
# it must be explicitly set as it can conflict with some operations which do not
332332
# benefit from Tensor core computations.
333333

0 commit comments

Comments
 (0)