Skip to content

Commit 220c86c

Browse files
committed
Update docs
1 parent 2e5c112 commit 220c86c

File tree

53 files changed

+8299
-379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+8299
-379
lines changed

api/modules.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ <h1>Python API<a class="headerlink" href="#python-api" title="Permalink to this
426426
<li class="toctree-l2"><a class="reference internal" href="tilelang.html#subpackages">Subpackages</a><ul>
427427
<li class="toctree-l3"><a class="reference internal" href="tilelang.autotuner.html">tilelang.autotuner package</a><ul>
428428
<li class="toctree-l4"><a class="reference internal" href="tilelang.autotuner.html#submodules">Submodules</a></li>
429-
<li class="toctree-l4"><a class="reference internal" href="tilelang.autotuner.html#module-contents">Module contents</a></li>
429+
<li class="toctree-l4"><a class="reference internal" href="tilelang.autotuner.html#module-tilelang.autotuner">Module contents</a></li>
430430
</ul>
431431
</li>
432432
<li class="toctree-l3"><a class="reference internal" href="tilelang.cache.html">tilelang.cache package</a><ul>
@@ -437,7 +437,7 @@ <h1>Python API<a class="headerlink" href="#python-api" title="Permalink to this
437437
<li class="toctree-l3"><a class="reference internal" href="tilelang.carver.html">tilelang.carver package</a><ul>
438438
<li class="toctree-l4"><a class="reference internal" href="tilelang.carver.html#subpackages">Subpackages</a></li>
439439
<li class="toctree-l4"><a class="reference internal" href="tilelang.carver.html#submodules">Submodules</a></li>
440-
<li class="toctree-l4"><a class="reference internal" href="tilelang.carver.html#module-contents">Module contents</a></li>
440+
<li class="toctree-l4"><a class="reference internal" href="tilelang.carver.html#module-tilelang.carver">Module contents</a></li>
441441
</ul>
442442
</li>
443443
<li class="toctree-l3"><a class="reference internal" href="tilelang.common.html">tilelang.common package</a><ul>
@@ -478,7 +478,7 @@ <h1>Python API<a class="headerlink" href="#python-api" title="Permalink to this
478478
</ul>
479479
</li>
480480
<li class="toctree-l3"><a class="reference internal" href="tilelang.math.html">tilelang.math package</a><ul>
481-
<li class="toctree-l4"><a class="reference internal" href="tilelang.math.html#module-contents">Module contents</a></li>
481+
<li class="toctree-l4"><a class="reference internal" href="tilelang.math.html#module-tilelang.math">Module contents</a></li>
482482
</ul>
483483
</li>
484484
<li class="toctree-l3"><a class="reference internal" href="tilelang.primitives.html">tilelang.primitives package</a><ul>
@@ -493,7 +493,7 @@ <h1>Python API<a class="headerlink" href="#python-api" title="Permalink to this
493493
</li>
494494
<li class="toctree-l3"><a class="reference internal" href="tilelang.quantize.html">tilelang.quantize package</a><ul>
495495
<li class="toctree-l4"><a class="reference internal" href="tilelang.quantize.html#submodules">Submodules</a></li>
496-
<li class="toctree-l4"><a class="reference internal" href="tilelang.quantize.html#module-contents">Module contents</a></li>
496+
<li class="toctree-l4"><a class="reference internal" href="tilelang.quantize.html#module-tilelang.quantize">Module contents</a></li>
497497
</ul>
498498
</li>
499499
<li class="toctree-l3"><a class="reference internal" href="tilelang.testing.html">tilelang.testing package</a><ul>
@@ -502,7 +502,7 @@ <h1>Python API<a class="headerlink" href="#python-api" title="Permalink to this
502502
</li>
503503
<li class="toctree-l3"><a class="reference internal" href="tilelang.tools.html">tilelang.tools package</a><ul>
504504
<li class="toctree-l4"><a class="reference internal" href="tilelang.tools.html#submodules">Submodules</a></li>
505-
<li class="toctree-l4"><a class="reference internal" href="tilelang.tools.html#module-contents">Module contents</a></li>
505+
<li class="toctree-l4"><a class="reference internal" href="tilelang.tools.html#module-tilelang.tools">Module contents</a></li>
506506
</ul>
507507
</li>
508508
<li class="toctree-l3"><a class="reference internal" href="tilelang.transform.html">tilelang.transform package</a><ul>
@@ -526,7 +526,14 @@ <h1>Python API<a class="headerlink" href="#python-api" title="Permalink to this
526526
</li>
527527
</ul>
528528
</li>
529-
<li class="toctree-l2"><a class="reference internal" href="tilelang.html#module-contents">Module contents</a></li>
529+
<li class="toctree-l2"><a class="reference internal" href="tilelang.html#module-tilelang">Module contents</a><ul>
530+
<li class="toctree-l3"><a class="reference internal" href="tilelang.html#tilelang.TqdmLoggingHandler"><code class="docutils literal notranslate"><span class="pre">TqdmLoggingHandler</span></code></a><ul>
531+
<li class="toctree-l4"><a class="reference internal" href="tilelang.html#tilelang.TqdmLoggingHandler.emit"><code class="docutils literal notranslate"><span class="pre">TqdmLoggingHandler.emit()</span></code></a></li>
532+
</ul>
533+
</li>
534+
<li class="toctree-l3"><a class="reference internal" href="tilelang.html#tilelang.set_log_level"><code class="docutils literal notranslate"><span class="pre">set_log_level()</span></code></a></li>
535+
</ul>
536+
</li>
530537
</ul>
531538
</li>
532539
</ul>

api/tilelang.autotuner.html

Lines changed: 283 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)