Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions sycl/doc/GetStartedGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and a wide range of compute accelerators such as GPU and FPGA.

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

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

```
Expand Down Expand Up @@ -316,6 +316,7 @@ the following tools need to be installed:

* doxygen
* graphviz
* sphinx

Then you'll need to add the following options to your CMake configuration
command:
Expand Down Expand Up @@ -520,7 +521,7 @@ python $DPCPP_HOME/llvm/buildbot/check.py
```bat
python %DPCPP_HOME%\llvm\buildbot\check.py
```

Make sure that psutil package is installed.
If no OpenCL GPU/CPU runtimes are available, the corresponding tests are
skipped.

Expand Down