Commit 8d5e803e authored by Rinne's avatar Rinne Committed by LeiWang1999
Browse files

[Doc] add llvm version info to installation.md. (#459)

parent b0122d74
...@@ -39,6 +39,7 @@ python -c "import tilelang; print(tilelang.__version__)" ...@@ -39,6 +39,7 @@ python -c "import tilelang; print(tilelang.__version__)"
- **Operating System**: Linux - **Operating System**: Linux
- **Python Version**: >= 3.7 - **Python Version**: >= 3.7
- **CUDA Version**: >= 10.0 - **CUDA Version**: >= 10.0
- **LLVM**: < 20 if you are using the bundled TVM submodule
We recommend using a Docker container with the necessary dependencies to build **tile-lang** from source. You can use the following command to run a Docker container with the required dependencies: We recommend using a Docker container with the necessary dependencies to build **tile-lang** from source. You can use the following command to run a Docker container with the required dependencies:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment