Skip to content

Commit 4a0206e

Browse files
Update docs
1 parent 08d5bce commit 4a0206e

5 files changed

Lines changed: 15 additions & 1 deletion

File tree

_sources/autoapi/tilelang/jit/adapter/cython/adapter/index.rst.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ Module Contents
8181

8282

8383

84+
.. py:attribute:: kernel_global_source
85+
:type: str | None
86+
:value: None
87+
88+
89+
8490
.. py:attribute:: lib
8591
:type: ctypes.CDLL | None
8692
:value: None

autoapi/tilelang/jit/adapter/cython/adapter/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,11 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
651651
<span class="sig-name descname"><span class="pre">device_kernel_source</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="pre">str</span><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><span class="pre">None</span></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">None</span></em><a class="headerlink" href="#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.device_kernel_source" title="Link to this definition"></a></dt>
652652
<dd></dd></dl>
653653

654+
<dl class="py attribute">
655+
<dt class="sig sig-object py" id="tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.kernel_global_source">
656+
<span class="sig-name descname"><span class="pre">kernel_global_source</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="pre">str</span><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><span class="pre">None</span></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">None</span></em><a class="headerlink" href="#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.kernel_global_source" title="Link to this definition"></a></dt>
657+
<dd></dd></dl>
658+
654659
<dl class="py attribute">
655660
<dt class="sig sig-object py" id="tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.lib">
656661
<span class="sig-name descname"><span class="pre">lib</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="pre">ctypes.CDLL</span><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><span class="pre">None</span></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">None</span></em><a class="headerlink" href="#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.lib" title="Link to this definition"></a></dt>
@@ -871,6 +876,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
871876
<li><a class="reference internal" href="#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.ir_module"><code class="docutils literal notranslate"><span class="pre">CythonKernelAdapter.ir_module</span></code></a></li>
872877
<li><a class="reference internal" href="#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.host_kernel_source"><code class="docutils literal notranslate"><span class="pre">CythonKernelAdapter.host_kernel_source</span></code></a></li>
873878
<li><a class="reference internal" href="#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.device_kernel_source"><code class="docutils literal notranslate"><span class="pre">CythonKernelAdapter.device_kernel_source</span></code></a></li>
879+
<li><a class="reference internal" href="#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.kernel_global_source"><code class="docutils literal notranslate"><span class="pre">CythonKernelAdapter.kernel_global_source</span></code></a></li>
874880
<li><a class="reference internal" href="#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.lib"><code class="docutils literal notranslate"><span class="pre">CythonKernelAdapter.lib</span></code></a></li>
875881
<li><a class="reference internal" href="#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.dynamic_symbolic_map"><code class="docutils literal notranslate"><span class="pre">CythonKernelAdapter.dynamic_symbolic_map</span></code></a></li>
876882
<li><a class="reference internal" href="#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.ptr_map"><code class="docutils literal notranslate"><span class="pre">CythonKernelAdapter.ptr_map</span></code></a></li>

genindex.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3990,6 +3990,8 @@ <h2>K</h2>
39903990
<li><a href="autoapi/tilelang/jit/adapter/cutedsl/adapter/index.html#tilelang.jit.adapter.cutedsl.adapter.CuTeDSLKernelAdapter.kernel_global_source">kernel_global_source (tilelang.jit.adapter.cutedsl.adapter.CuTeDSLKernelAdapter attribute)</a>
39913991

39923992
<ul>
3993+
<li><a href="autoapi/tilelang/jit/adapter/cython/adapter/index.html#tilelang.jit.adapter.cython.adapter.CythonKernelAdapter.kernel_global_source">(tilelang.jit.adapter.cython.adapter.CythonKernelAdapter attribute)</a>
3994+
</li>
39933995
<li><a href="autoapi/tilelang/jit/adapter/torch/metal/index.html#tilelang.jit.adapter.torch.metal.MetalKernelAdapter.kernel_global_source">(tilelang.jit.adapter.torch.metal.MetalKernelAdapter attribute)</a>
39943996
</li>
39953997
<li><a href="autoapi/tilelang/jit/adapter/tvm_ffi/index.html#tilelang.jit.adapter.tvm_ffi.TVMFFIKernelAdapter.kernel_global_source">(tilelang.jit.adapter.tvm_ffi.TVMFFIKernelAdapter attribute)</a>

objects.inv

5 Bytes
Binary file not shown.

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)