Skip to content

Commit d700456

Browse files
zou3519svekars
andauthored
Update recipes_source/torch_compile_caching_tutorial.rst
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 9c00707 commit d700456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/torch_compile_caching_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The aforementioned ``Mega-Cache`` is composed of individual components that can
8888
* ``InductorCache``: A bundle of ``FXGraphCache`` and ``Triton`` cache.
8989
* ``AOTAutogradCache``: A cache of joint graph artifacts.
9090
* ``PGO-cache``: A cache of dynamic shape decisions to reduce number of recompilations.
91-
* [``AutotuningCache``](https://github.com/pytorch/pytorch/blob/795a6a0affd349adfb4e3df298b604b74f27b44e/torch/_inductor/runtime/autotune_cache.py#L116):
91+
* `AutotuningCache <https://github.com/pytorch/pytorch/blob/795a6a0affd349adfb4e3df298b604b74f27b44e/torch/_inductor/runtime/autotune_cache.py#L116>`__:
9292
``Inductor`` generates ``Triton`` kernels and benchmarks them to select the fastest kernels.
9393
``torch.compile``'s built-in ``AutotuningCache`` caches these results.
9494

0 commit comments

Comments
 (0)