Skip to content

Commit 5c5954e

Browse files
authored
[SYCL][Doc] Update GetStartedGuide pre-requisiste (#17565)
This patch reformats the pre-requisites in a table (doesn't look great in the markdown, but looks good when generated). It also updates the required versions for CMake and Python to link to the versions required by LLVM. For CMake we were already documenting the same version as LLVM. For Python we didn't document any minimum version, but we extensively use LLVM scripts like `lit`, so we really should be aligned with it. There's a few requirements for which we don't have minimum versions, but we can update that if we ever run into issues with them. Addresses #17478 by documenting the minimum required python version.
1 parent 03c2469 commit 5c5954e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

sycl/doc/GetStartedGuide.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@ and a wide range of compute accelerators such as GPU and FPGA.
3939

4040
## Prerequisites
4141

42-
* `git` - [Download](https://git-scm.com/downloads)
43-
* `cmake` version 3.20 or later - [Download](http://www.cmake.org/download/)
44-
* `python` - [Download](https://www.python.org/downloads/)
45-
* `ninja` -
46-
[Download](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages)
47-
* `hwloc` version 2.3 or later (Linux only)
48-
* libhwloc-dev or hwloc-devel package on linux
49-
* C++ compiler
50-
* See LLVM's [host compiler toolchain requirements](https://github.com/intel/llvm/blob/sycl/llvm/docs/GettingStarted.rst#host-c-toolchain-both-compiler-and-standard-library)
42+
| Software | Version |
43+
| --- | --- |
44+
| [Git](https://git-scm.com/downloads) | |
45+
| [CMake](http://www.cmake.org/download/) | [See LLVM](https://github.com/intel/llvm/blob/sycl/llvm/docs/GettingStarted.rst#software) |
46+
| [Python](https://www.python.org/downloads/) | [See LLVM](https://github.com/intel/llvm/blob/sycl/llvm/docs/GettingStarted.rst#software) |
47+
| [Ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages) | |
48+
| `hwloc` | >= 2.3 (Linux only, `libhwloc-dev` or `hwloc-devel`) |
49+
| C++ compiler | [See LLVM](https://github.com/intel/llvm/blob/sycl/llvm/docs/GettingStarted.rst#host-c-toolchain-both-compiler-and-standard-library) |
5150

5251
Alternatively, you can create a Docker image that has everything you need for
5352
building pre-installed using the [Ubuntu 24.04 build Dockerfile](https://github.com/intel/llvm/blob/sycl/devops/containers/ubuntu2404_build.Dockerfile).

0 commit comments

Comments
 (0)