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 3450dfd commit 6dcfa95Copy full SHA for 6dcfa95
recipes_source/recipes/tuning_guide.py
@@ -513,7 +513,7 @@ def gelu(x):
513
# for PyTorch models. The key takeaways include:
514
#
515
# * **General optimizations**: Enable async data loading, disable gradients for
516
-# inference, fuse operations with torch.compile, and use efficient memory formats
+# inference, fuse operations with ``torch.compile``, and use efficient memory formats
517
# * **CPU optimizations**: Leverage NUMA controls, optimize OpenMP settings, and
518
# use efficient memory allocators
519
# * **GPU optimizations**: Enable Tensor cores, use CUDA graphs, enable cuDNN
0 commit comments