Skip to content

Commit dfaac12

Browse files
Update docs
1 parent d841090 commit dfaac12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_sources/autoapi/tilelang/language/utils/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Module Contents
2828
:type shape: Sequence[int]
2929

3030
:returns: Coordinates for each dimension in the same order as `shape`.
31-
:rtype: list[PrimExpr]
31+
:rtype: List[PrimExpr]
3232

3333

3434
.. py:function:: linear_index(*args)

autoapi/tilelang/contrib/nvcc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
651651
</p>
652652
</dd>
653653
<dt class="field-odd">Return type<span class="colon">:</span></dt>
654-
<dd class="field-odd"><p>tuple[int, int]</p>
654+
<dd class="field-odd"><p>Tuple[int, int]</p>
655655
</dd>
656656
</dl>
657657
</dd></dl>

autoapi/tilelang/language/utils/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
503503
<dd class="field-even"><p>Coordinates for each dimension in the same order as <cite>shape</cite>.</p>
504504
</dd>
505505
<dt class="field-odd">Return type<span class="colon">:</span></dt>
506-
<dd class="field-odd"><p>list[PrimExpr]</p>
506+
<dd class="field-odd"><p>List[PrimExpr]</p>
507507
</dd>
508508
</dl>
509509
</dd></dl>

0 commit comments

Comments
 (0)