"docs/source/compression/compression_utils.rst" did not exist on "dbb2434f5d2d976be26b594342a68cb46619ecea"
index.md 1.51 KB
Newer Older
1
2
3
4
# 👋 Welcome to Tile Language

[GitHub](https://github.com/tile-ai/tilelang)

5
6
7
8
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
9
10
11
12
13
14
15
16
low-level optimizations necessary for state-of-the-art performance.

:::{toctree}
:maxdepth: 2
:caption: GET STARTED

get_started/Installation
get_started/overview
17
get_started/targets
18
19
20
21
22
23
24
25
26
:::


:::{toctree}
:maxdepth: 1
:caption: TUTORIALS

tutorials/debug_tools_for_tilelang
tutorials/auto_tuning
27
tutorials/logging
28
29
:::

30
31
32
33
34
35
36
37
38
39
40
41
:::{toctree}
:maxdepth: 1
:caption: PROGRAMMING GUIDES

programming_guides/overview
programming_guides/language_basics
programming_guides/instructions
programming_guides/control_flow
programming_guides/autotuning
programming_guides/type_system
:::

42
43
44
45
46
47
48
:::{toctree}
:maxdepth: 1
:caption: DEEP LEARNING OPERATORS

deeplearning_operators/elementwise
deeplearning_operators/gemv
deeplearning_operators/matmul
49
deeplearning_operators/matmul_sparse
50
deeplearning_operators/deepseek_mla
51
52
:::

53
54
55
56
57
:::{toctree}
:maxdepth: 1
:caption: COMPILER INTERNALS

compiler_internals/letstmt_inline
58
compiler_internals/inject_fence_proxy
59
compiler_internals/tensor_checks
60
61
:::

62
63
64
65
:::{toctree}
:maxdepth: 1
:caption: API Reference

66
autoapi/tilelang/index
67
:::
68
69
70
71
72
73

:::{toctree}
:maxdepth: 1
:caption: Privacy

privacy
74
:::