Skip to content

Commit 5682e96

Browse files
Update docs
1 parent 5e98a57 commit 5682e96

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

_sources/autoapi/tilelang/cache/index.rst.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Package Contents
3737

3838
.. py:function:: clear_cache()
3939
40-
Clears the entire kernel cache (using KernelCache class).
40+
Disabled helper that previously removed the entire kernel cache.
41+
42+
:raises RuntimeError: Always raised to warn users to clear the cache manually.
4143

4244

autoapi/tilelang/cache/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ <h2>Functions<a class="headerlink" href="#functions" title="Link to this heading
496496
<td><p>Caches and reuses compiled kernels (using KernelCache class).</p></td>
497497
</tr>
498498
<tr class="row-even"><td><p><a class="reference internal" href="#tilelang.cache.clear_cache" title="tilelang.cache.clear_cache"><code class="xref py py-obj docutils literal notranslate"><span class="pre">clear_cache</span></code></a>()</p></td>
499-
<td><p>Clears the entire kernel cache (using KernelCache class).</p></td>
499+
<td><p>Disabled helper that previously removed the entire kernel cache.</p></td>
500500
</tr>
501501
</tbody>
502502
</table>
@@ -530,7 +530,12 @@ <h2>Package Contents<a class="headerlink" href="#package-contents" title="Link t
530530
<dl class="py function">
531531
<dt class="sig sig-object py" id="tilelang.cache.clear_cache">
532532
<span class="sig-prename descclassname"><span class="pre">tilelang.cache.</span></span><span class="sig-name descname"><span class="pre">clear_cache</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tilelang.cache.clear_cache" title="Link to this definition"></a></dt>
533-
<dd><p>Clears the entire kernel cache (using KernelCache class).</p>
533+
<dd><p>Disabled helper that previously removed the entire kernel cache.</p>
534+
<dl class="field-list simple">
535+
<dt class="field-odd">Raises<span class="colon">:</span></dt>
536+
<dd class="field-odd"><p><strong>RuntimeError</strong> – Always raised to warn users to clear the cache manually.</p>
537+
</dd>
538+
</dl>
534539
</dd></dl>
535540

536541
</section>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)