Skip to content

Commit 3ed96a4

Browse files
authored
[SYCL][Doc] Update version of python required to build the llvm (#6293)
* Correct version of Python that is required for LLVM build * Fix several additional issues on the page
1 parent 7a23fb5 commit 3ed96a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
3737

3838
* `git` - [Download](https://git-scm.com/downloads)
3939
* `cmake` version 3.14 or later - [Download](http://www.cmake.org/download/)
40-
* `python` - [Download](https://www.python.org/downloads/release/python-2716/)
40+
* `python` - [Download](https://www.python.org/downloads/)
4141
* `ninja` -
4242
[Download](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages)
4343
* C++ compiler
@@ -46,7 +46,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
4646
* Windows: `Visual Studio` version 15.7 preview 4 or later -
4747
[Download](https://visualstudio.microsoft.com/downloads/)
4848

49-
Alternatively, you can use Docker image, that has everything you need
49+
Alternatively, you can use Docker image, that has everything you need for building
5050
pre-installed:
5151

5252
```
@@ -316,6 +316,7 @@ the following tools need to be installed:
316316

317317
* doxygen
318318
* graphviz
319+
* sphinx
319320

320321
Then you'll need to add the following options to your CMake configuration
321322
command:
@@ -520,7 +521,7 @@ python $DPCPP_HOME/llvm/buildbot/check.py
520521
```bat
521522
python %DPCPP_HOME%\llvm\buildbot\check.py
522523
```
523-
524+
Make sure that psutil package is installed.
524525
If no OpenCL GPU/CPU runtimes are available, the corresponding tests are
525526
skipped.
526527

0 commit comments

Comments
 (0)