Skip to content

Commit 0728466

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes_source/torch_compile_caching_tutorial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ 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+
9293
* ``Inductor`` generates ``Triton`` kernels and benchmarks them to select the fastest kernels.
9394
* ``torch.compile``'s built-in ``AutotuningCache`` caches these results.
9495

0 commit comments

Comments
 (0)