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
<li><p><strong>shape</strong> (<em>tuple</em>) – The shape of the buffer to allocate</p></li>
631
+
<li><p><strong>dtype</strong> (<em>str</em>) – The data type of the buffer (e.g., ‘float32’, ‘int32’)</p></li>
632
+
<li><p><strong>op</strong> (<em>str</em>) – The reduce operation corresponded with the reducer</p></li>
633
+
<li><p><strong>replication</strong> (<em>str</em><em> | </em><em>None</em>) – Replication strategy, can be “all” or “none”. Defaults to not specified, and the compiler will do whatever it want.</p></li>
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
@@ -701,6 +701,8 @@ <h2>A</h2>
701
701
<li><ahref="autoapi/tilelang/language/allocate/index.html#tilelang.language.allocate.alloc_fragment">alloc_fragment() (in module tilelang.language.allocate)</a>
702
702
</li>
703
703
<li><ahref="autoapi/tilelang/language/allocate/index.html#tilelang.language.allocate.alloc_local">alloc_local() (in module tilelang.language.allocate)</a>
704
+
</li>
705
+
<li><ahref="autoapi/tilelang/language/allocate/index.html#tilelang.language.allocate.alloc_reducer">alloc_reducer() (in module tilelang.language.allocate)</a>
704
706
</li>
705
707
<li><ahref="autoapi/tilelang/language/allocate/index.html#tilelang.language.allocate.alloc_shared">alloc_shared() (in module tilelang.language.allocate)</a>
0 commit comments