Skip to content

Commit 745b17e

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

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
@@ -322,7 +322,7 @@ def gelu(x):
322322
###############################################################################
323323
# Enable Tensor cores
324324
# ~~~~~~~~~~~~~~~~~~~~~~~
325-
# Tensor cores are specialized hardware to compute matrix-matrix multiplication
325+
# Tensor cores are specialized hardware designed to compute matrix-matrix multiplication
326326
# operations which neural network operation can take advantage of.
327327
#
328328
# Hardware tensor core operations tend to use a different floating point format

0 commit comments

Comments
 (0)