Skip to content

Commit c8bbeca

Browse files
author
GitHub Actions
committed
Update docs
1 parent 470d594 commit c8bbeca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5260
-7
lines changed

_images/ir_transform_diagram.png

83.5 KB
Loading
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Convolution
2+
===========
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ElementWise Operators
2+
=====================
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Flash Attention
2+
==================
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Flash Linear Attention
2+
======================
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
General Matrix-Vector Multiplication (GEMV)
2+
===========================================
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
General Matrix-Matrix Multiplication
2+
====================================
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
General Matrix-Matrix Multiplication with Dequantization
2+
=========================================================
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
TMAC: Look Up Table Based Mixed Precision Computing
2+
====================================================

_sources/index.rst.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,32 @@ low-level optimizations necessary for state-of-the-art performance.
1616
get_started/Installation.rst
1717
get_started/overview.rst
1818

19+
.. toctree::
20+
:maxdepth: 1
21+
:caption: TUTORIALS
22+
23+
tutorials/writing_kernels_with_tilelibrary.rst
24+
tutorials/writint_kernels_with_thread_primitives.rst
25+
tutorials/annotate_memory_layout.rst
26+
tutorials/debug_tools_for_tilelang.rst
27+
tutorials/auto_tuning.rst
28+
tutorials/jit_compilation.rst
29+
tutorials/pipelining_computations_and_data_movements.rst
30+
31+
32+
.. toctree::
33+
:maxdepth: 1
34+
:caption: DEEP LEARNING OPERATORS
35+
36+
deeplearning_operators/elementwise.rst
37+
deeplearning_operators/gemv.rst
38+
deeplearning_operators/matmul.rst
39+
deeplearning_operators/matmul_dequant.rst
40+
deeplearning_operators/flash_attention.rst
41+
deeplearning_operators/flash_linear_attention.rst
42+
deeplearning_operators/convolution.rst
43+
deeplearning_operators/tmac_gpu.rst
44+
1945
.. toctree::
2046
:maxdepth: 2
2147
:caption: LANGUAGE REFERENCE

0 commit comments

Comments
 (0)