index.rst 1.62 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
👋 Welcome to Tile Language
===========================

`GitHub <https://github.com/tile-ai/tilelang>`_

Tile Language (tile-lang) is a concise domain-specific language designed to streamline 
the development of high-performance GPU/CPU kernels (e.g., GEMM, Dequant GEMM, FlashAttention, LinearAttention). 
By employing a Pythonic syntax with an underlying compiler infrastructure on top of TVM, 
tile-lang allows developers to focus on productivity without sacrificing the 
low-level optimizations necessary for state-of-the-art performance.

12
13
14
.. toctree::
   :maxdepth: 2
   :caption: GET STARTED
15

16
17
   get_started/Installation.rst
   get_started/overview.rst
18

19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.. toctree::
   :maxdepth: 1
   :caption: TUTORIALS

   tutorials/writing_kernels_with_tilelibrary.rst
   tutorials/writint_kernels_with_thread_primitives.rst
   tutorials/annotate_memory_layout.rst
   tutorials/debug_tools_for_tilelang.rst
   tutorials/auto_tuning.rst
   tutorials/jit_compilation.rst
   tutorials/pipelining_computations_and_data_movements.rst


.. toctree::
   :maxdepth: 1
   :caption: DEEP LEARNING OPERATORS

   deeplearning_operators/elementwise.rst
   deeplearning_operators/gemv.rst
   deeplearning_operators/matmul.rst
   deeplearning_operators/matmul_dequant.rst
   deeplearning_operators/flash_attention.rst
   deeplearning_operators/flash_linear_attention.rst
   deeplearning_operators/convolution.rst
   deeplearning_operators/tmac_gpu.rst

45
46
.. toctree::
   :maxdepth: 2
47
   :caption: LANGUAGE REFERENCE
48

49
50
51
52
   language_ref/ast.rst
   language_ref/primitives.rst
   language_ref/tilelibrary.rst
   
53
54
55
56
57
58
59


.. toctree::
   :maxdepth: 1
   :caption: Privacy

   privacy.rst