Skip to content

Commit 6dcfa95

Browse files
authored
Update recipes_source/recipes/tuning_guide.py
1 parent 3450dfd commit 6dcfa95

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
@@ -513,7 +513,7 @@ def gelu(x):
513513
# for PyTorch models. The key takeaways include:
514514
#
515515
# * **General optimizations**: Enable async data loading, disable gradients for
516-
# inference, fuse operations with torch.compile, and use efficient memory formats
516+
# inference, fuse operations with ``torch.compile``, and use efficient memory formats
517517
# * **CPU optimizations**: Leverage NUMA controls, optimize OpenMP settings, and
518518
# use efficient memory allocators
519519
# * **GPU optimizations**: Enable Tensor cores, use CUDA graphs, enable cuDNN

0 commit comments

Comments
 (0)