You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="sig-prename descclassname"><spanclass="pre">tilelang.analysis.nested_loop_checker.</span></span><spanclass="sig-name descname"><spanclass="pre">is_tile_op</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">op</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#tilelang.analysis.nested_loop_checker.is_tile_op" title="Link to this definition">¶</a></dt>
<spanclass="sig-prename descclassname"><spanclass="pre">tilelang.analysis.nested_loop_checker.</span></span><spanclass="sig-name descname"><spanclass="pre">NestedLoopChecker</span></span><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="headerlink" href="#tilelang.analysis.nested_loop_checker.NestedLoopChecker" title="Link to this definition">¶</a></dt>
@@ -668,6 +685,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
<spanclass="sig-prename descclassname"><spanclass="pre">tilelang.language.reduce.</span></span><spanclass="sig-name descname"><spanclass="pre">finalize_reducer</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">reducer</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#tilelang.language.reduce.finalize_reducer" title="Link to this definition">¶</a></dt>
858
-
<dd><p>Finalize a reducer buffer by emitting the <cite>tl.finalize_reducer</cite> intrinsic.</p>
858
+
<dd><p>Finalize a reducer buffer by emitting the <cite>tl.tileop.finalize_reducer</cite> intrinsic.</p>
859
859
<p>This returns a TVM <cite>tir.Call</cite> handle that finalizes the given reducer using its writable pointer.
860
860
The call does not modify Python objects directly; it produces the low-level intrinsic call used by the IR.</p>
Copy file name to clipboardExpand all lines: genindex.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3258,6 +3258,8 @@ <h2>I</h2>
3258
3258
<li><a href="autoapi/tilelang/utils/language/index.html#tilelang.utils.language.is_tensor_memory">is_tensor_memory() (in module tilelang.utils.language)</a>
3259
3259
</li>
3260
3260
<li><a href="autoapi/tilelang/carver/arch/cuda/index.html#tilelang.carver.arch.cuda.is_tensorcore_supported_precision">is_tensorcore_supported_precision() (in module tilelang.carver.arch.cuda)</a>
3261
+
</li>
3262
+
<li><a href="autoapi/tilelang/analysis/nested_loop_checker/index.html#tilelang.analysis.nested_loop_checker.is_tile_op">is_tile_op() (in module tilelang.analysis.nested_loop_checker)</a>
0 commit comments