File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ The aforementioned ``Mega-Cache`` is composed of individual components that can
88
88
* ``InductorCache ``: A bundle of ``FXGraphCache `` and ``Triton `` cache.
89
89
* ``AOTAutogradCache ``: A cache of joint graph artifacts.
90
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) :
91
+ * ` AutotuningCache < https://github.com/pytorch/pytorch/blob/795a6a0affd349adfb4e3df298b604b74f27b44e/torch/_inductor/runtime/autotune_cache.py#L116 >`__ :
92
92
``Inductor `` generates ``Triton `` kernels and benchmarks them to select the fastest kernels.
93
93
``torch.compile ``'s built-in ``AutotuningCache `` caches these results.
94
94
You can’t perform that action at this time.
0 commit comments