Skip to content

Commit c7bfcc7

Browse files
authored
Update recipes_source/torch_compile_caching_tutorial.rst
1 parent d700456 commit c7bfcc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes_source/torch_compile_caching_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ The aforementioned ``Mega-Cache`` is composed of individual components that can
8989
* ``AOTAutogradCache``: A cache of joint graph artifacts.
9090
* ``PGO-cache``: A cache of dynamic shape decisions to reduce number of recompilations.
9191
* `AutotuningCache <https://github.com/pytorch/pytorch/blob/795a6a0affd349adfb4e3df298b604b74f27b44e/torch/_inductor/runtime/autotune_cache.py#L116>`__:
92-
``Inductor`` generates ``Triton`` kernels and benchmarks them to select the fastest kernels.
93-
``torch.compile``'s built-in ``AutotuningCache`` caches these results.
92+
* ``Inductor`` generates ``Triton`` kernels and benchmarks them to select the fastest kernels.
93+
* ``torch.compile``'s built-in ``AutotuningCache`` caches these results.
9494

9595
All these cache artifacts are written to ``TORCHINDUCTOR_CACHE_DIR`` which by default will look like ``/tmp/torchinductor_myusername``.
9696

0 commit comments

Comments
 (0)