Skip to content

Commit ae59e34

Browse files
authored
[SYCL][Doc] Update DPC++ prerequisites (#10509)
We used to copy LLVM's requirements for the host compiler in our Get Started Guide, but it's easy to miss the updates in LLVM project requirements. This patch removes the duplication and links LLVM's up-to-date documentation.
1 parent 5b31f6e commit ae59e34

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
4444
* `ninja` -
4545
[Download](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages)
4646
* C++ compiler
47-
* Linux: `GCC` version 7.1.0 or later (including libstdc++) -
48-
[Download](https://gcc.gnu.org/install/)
49-
* Windows: `Visual Studio` version 15.7 preview 4 or later -
50-
[Download](https://visualstudio.microsoft.com/downloads/)
47+
* See LLVM's [host compiler toolchain requirements](../../llvm/docs/GettingStarted.rst#host-c-toolchain-both-compiler-and-standard-library)
5148

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

0 commit comments

Comments
 (0)