Skip to content

Commit 1c3e182

Browse files
Update docs
1 parent 8afac82 commit 1c3e182

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,13 @@ Module Contents
302302

303303
.. py:function:: sync_threads()
304304
305-
Synchronize all threads in a warp.
305+
Synchronize all threads in a block.
306306

307307

308308

309309
.. py:function:: sync_global()
310310
311-
Synchronize all threads in a block.
311+
Synchronize all threads in the entire grid.
312312

313313

314314

autoapi/tilelang/language/builtin/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,10 @@ <h2>Functions<a class="headerlink" href="#functions" title="Link to this heading
546546
<td><p>Perform a shuffle operation with up offset.</p></td>
547547
</tr>
548548
<tr class="row-even"><td><p><a class="reference internal" href="#tilelang.language.builtin.sync_threads" title="tilelang.language.builtin.sync_threads"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_threads</span></code></a>()</p></td>
549-
<td><p>Synchronize all threads in a warp.</p></td>
549+
<td><p>Synchronize all threads in a block.</p></td>
550550
</tr>
551551
<tr class="row-odd"><td><p><a class="reference internal" href="#tilelang.language.builtin.sync_global" title="tilelang.language.builtin.sync_global"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_global</span></code></a>()</p></td>
552-
<td><p>Synchronize all threads in a block.</p></td>
552+
<td><p>Synchronize all threads in the entire grid.</p></td>
553553
</tr>
554554
<tr class="row-even"><td><p><a class="reference internal" href="#tilelang.language.builtin.sync_grid" title="tilelang.language.builtin.sync_grid"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sync_grid</span></code></a>()</p></td>
555555
<td><p>Synchronize all threads in a grid.</p></td>
@@ -966,13 +966,13 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
966966
<dl class="py function">
967967
<dt class="sig sig-object py" id="tilelang.language.builtin.sync_threads">
968968
<span class="sig-prename descclassname"><span class="pre">tilelang.language.builtin.</span></span><span class="sig-name descname"><span class="pre">sync_threads</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tilelang.language.builtin.sync_threads" title="Link to this definition"></a></dt>
969-
<dd><p>Synchronize all threads in a warp.</p>
969+
<dd><p>Synchronize all threads in a block.</p>
970970
</dd></dl>
971971

972972
<dl class="py function">
973973
<dt class="sig sig-object py" id="tilelang.language.builtin.sync_global">
974974
<span class="sig-prename descclassname"><span class="pre">tilelang.language.builtin.</span></span><span class="sig-name descname"><span class="pre">sync_global</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tilelang.language.builtin.sync_global" title="Link to this definition"></a></dt>
975-
<dd><p>Synchronize all threads in a block.</p>
975+
<dd><p>Synchronize all threads in the entire grid.</p>
976976
</dd></dl>
977977

978978
<dl class="py function">

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)