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 745b17e commit 3ecee0dCopy full SHA for 3ecee0d
recipes_source/recipes/tuning_guide.py
@@ -323,7 +323,7 @@ def gelu(x):
323
# Enable Tensor cores
324
# ~~~~~~~~~~~~~~~~~~~~~~~
325
# Tensor cores are specialized hardware designed to compute matrix-matrix multiplication
326
-# operations which neural network operation can take advantage of.
+# operations, which neural network operations can take advantage of.
327
#
328
# Hardware tensor core operations tend to use a different floating point format
329
# which sacrifices precision at expense of speed gains.
0 commit comments