Skip to content

Commit 73a8633

Browse files
Update docs
1 parent b4e7379 commit 73a8633

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_sources/deeplearning_operators/matmul.md.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:class: myclass1 myclass2
99
:name: a-tip-reference
1010

11-
This document is still **experimental** and may be incomplete.
11+
This document is still **experimental** and may be incomplete.
1212
Suggestions and improvements are highly encouraged—please submit a PR!
1313
:::
1414

@@ -256,4 +256,4 @@ For more advanced usage—including partial lowering, explicitly controlling thr
256256
* [BitBLAS](https://github.com/tile-ai/bitblas)
257257
* [Triton](https://github.com/openai/triton)
258258
* [Cutlass](https://github.com/NVIDIA/cutlass)
259-
* [PyCUDA](https://documen.tician.de/pycuda/)
259+
* [PyCUDA](https://documen.tician.de/pycuda/) <!-- codespell:ignore -->

deeplearning_operators/matmul.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ <h1>General Matrix-Matrix Multiplication with Tile Library<a class="headerlink"
481481
</div>
482482
<div class="myclass1 myclass2 admonition warning" id="a-tip-reference">
483483
<p class="admonition-title">Warning</p>
484-
<p>This document is still <strong>experimental</strong> and may be incomplete.<br />
484+
<p>This document is still <strong>experimental</strong> and may be incomplete.
485485
Suggestions and improvements are highly encouraged—please submit a PR!</p>
486486
</div>
487487
<p>TileLang is a domain-specific language (DSL) designed for writing high-performance GPU kernels. It provides three main levels of abstraction:</p>
@@ -718,7 +718,7 @@ <h2>Further Resources<a class="headerlink" href="#further-resources" title="Link
718718
<li><p><a class="reference external" href="https://github.com/tile-ai/bitblas">BitBLAS</a></p></li>
719719
<li><p><a class="reference external" href="https://github.com/openai/triton">Triton</a></p></li>
720720
<li><p><a class="reference external" href="https://github.com/NVIDIA/cutlass">Cutlass</a></p></li>
721-
<li><p><a class="reference external" href="https://documen.tician.de/pycuda/">PyCUDA</a></p></li>
721+
<li><p><a class="reference external" href="https://documen.tician.de/pycuda/">PyCUDA</a> <!-- codespell:ignore --></p></li>
722722
</ul>
723723
</section>
724724
</section>

0 commit comments

Comments
 (0)