File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ The aforementioned ``Mega-Cache`` is composed of individual components that can
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
91
* `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.
94
94
95
95
All these cache artifacts are written to ``TORCHINDUCTOR_CACHE_DIR `` which by default will look like ``/tmp/torchinductor_myusername ``.
96
96
You can’t perform that action at this time.
0 commit comments