We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6984b23 commit 84107d9Copy full SHA for 84107d9
recipes_source/recipes/tuning_guide.py
@@ -327,7 +327,7 @@ def gelu(x):
327
#
328
# Hardware tensor core operations tend to use a different floating point format
329
# which sacrifices precision at expense of speed gains.
330
-# Prior to pytorch 1.12 this was enabled by default but since this version
+# Prior to PyTorch 1.12 this functionality was enabled by default but since this version
331
# it must be explicitly set as it can conflict with some operations which do not
332
# benefit from Tensor core computations.
333
0 commit comments