Skip to content

Commit ad0c00c

Browse files
authored
Update prototype_source/max_autotune_on_CPU_tutorial.rst
1 parent 7b4792c commit ad0c00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/max_autotune_on_CPU_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Prerequisites:
1515

1616
Introduction
1717
------------
18-
``max-autotune`` mode for the Inductor CPU backend in ``torch.compile`` (`RFC link <https://github.com/pytorch/pytorch/issues/125683>`_)
18+
The ``max-autotune`` mode for the Inductor CPU backend in ``torch.compile`` (`RFC link <https://github.com/pytorch/pytorch/issues/125683>`_)
1919
profiles multiple implementations of operations at compile time and selects the best-performing one,
2020
trading longer compilation times for improved runtime performance. This enhancement is particularly beneficial for GEMM-related operations.
2121
In the Inductor CPU backend, we’ve introduced a C++ template-based GEMM implementation as an alternative to the ATen-based approach that relies on oneDNN and MKL libraries.

0 commit comments

Comments
 (0)