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 c7bfcc7 commit 0728466Copy full SHA for 0728466
recipes_source/torch_compile_caching_tutorial.rst
@@ -89,6 +89,7 @@ The aforementioned ``Mega-Cache`` is composed of individual components that can
89
* ``AOTAutogradCache``: A cache of joint graph artifacts.
90
* ``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>`__:
92
+
93
* ``Inductor`` generates ``Triton`` kernels and benchmarks them to select the fastest kernels.
94
* ``torch.compile``'s built-in ``AutotuningCache`` caches these results.
95
0 commit comments