You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,9 @@ pip install . # with -e option if you want to install in editable mode
71
71
72
72
### Method 2: Build from Source
73
73
We currently provide three ways to install **tile-lang** from source:
74
-
-[Install from Source (using your own TVM installation)](./docs/Installation.md#install-from-source-with-your-own-tvm-installation)
75
-
-[Install from Source (using the bundled TVM submodule)](./docs/Installation.md#install-from-source-with-our-tvm-submodule)
76
-
-[Install Using the Provided Script](./docs/Installation.md#install-with-provided-script)
74
+
-[Install from Source (using your own TVM installation)](./docs/get_started/Installation.rst#method-1-install-from-source-using-your-own-tvm-installation)
75
+
-[Install from Source (using the bundled TVM submodule)](./docs/get_started/Installation.rst#method-2-install-from-source-with-our-tvm-submodule)
76
+
-[Install Using the Provided Script](./docs/get_started/Installation.rst##method-3-install-using-the-provided-script)
77
77
78
78
79
79
## Quick Start
@@ -192,6 +192,12 @@ In addition to GEMM, we provide a variety of examples to showcase the versatilit
192
192
193
193
TileLang has now been used in project [BitBLAS](https://github.com/microsoft/BitBLAS).
194
194
195
+
## Join the Discussion
196
+
197
+
Welcome to join our Discord community for discussions, support, and collaboration!
We learned a lot from the [TVM](https://github.com/apache/tvm) community and would like to thank them for their contributions. The initial version of this project is mainly contributed by [LeiWang1999](https://github.com/LeiWang1999), [chengyupku](https://github.com/chengyupku) and [nox-410](https://github.com/nox-410). Part of this work was done during the internship at Microsoft Research, under the supervision of Dr. Lingxiao Ma, Dr. Yuqing Xia, Dr. Jilong Xue, and Dr. Fan Yang.
0 commit comments