Skip to content

[SYCL][Doc] Update prerequisites in GetStartedGuide #1466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2020
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
8 changes: 2 additions & 6 deletions sycl/doc/GetStartedGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
* `git` - https://git-scm.com/downloads
* `cmake` version 3.2 or later - http://www.cmake.org/download/
* `python` - https://www.python.org/downloads/release/python-2716/
* `ninja` - https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages
* C++ compiler
* Linux: `GCC` version 5.1.0 or later (including libstdc++) -
https://gcc.gnu.org/install/
Expand Down Expand Up @@ -259,13 +260,8 @@ c:\oclcpu_rt_<cpu_version>\install.bat c:\tbb_<tbb_version>\tbb\bin\intel64\vc14

To verify that built DPC++ toolchain is working correctly, run:

**Linux**
**Linux/Windows (64-bit)**
```bash
make -j`nproc` check-all
```

**Windows (64-bit)**
```bat
ninja check-all
```

Expand Down