Skip to content

Commit 3ecee0d

Browse files
orion160svekars
andauthored
Update recipes_source/recipes/tuning_guide.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 745b17e commit 3ecee0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/tuning_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def gelu(x):
323323
# Enable Tensor cores
324324
# ~~~~~~~~~~~~~~~~~~~~~~~
325325
# Tensor cores are specialized hardware designed to compute matrix-matrix multiplication
326-
# operations which neural network operation can take advantage of.
326+
# operations, which neural network operations can take advantage of.
327327
#
328328
# Hardware tensor core operations tend to use a different floating point format
329329
# which sacrifices precision at expense of speed gains.

0 commit comments

Comments
 (0)