Skip to content

Commit 54857b9

Browse files
authored
[SYCL][Doc] Remove outdated CTS config instructions (#6334)
DPC++ implementation has been renamed in Khronos SYCL-CTS project from Intel_SYCL to DPCPP. These instructions are outdated for 10 months already. Khronos SYCL-CTS README file provides updated instructions and this guide already refers to the README file, so removed part duplicates the information. Fixed linked to the README section with the test build build and run instructions.
1 parent 2475844 commit 54857b9

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -545,25 +545,9 @@ implementation conformance to Khronos\* SYCL\* specification. DPC++ compiler is
545545
expected to pass significant number of tests, and it keeps improving.
546546
547547
Follow Khronos\* SYCL\* CTS instructions from
548-
[README](https://github.com/KhronosGroup/SYCL-CTS#sycl-121-conformance-test-suite)
548+
[README](https://github.com/KhronosGroup/SYCL-CTS#configuration--compilation)
549549
file to obtain test sources and instructions how build and execute the tests.
550550
551-
To configure testing of DPC++ toochain set
552-
`SYCL_IMPLEMENTATION=Intel_SYCL` and
553-
`Intel_SYCL_ROOT=<path to the SYCL installation>` CMake variables.
554-
555-
**Linux**:
556-
557-
```bash
558-
cmake -DIntel_SYCL_ROOT=$DPCPP_HOME/deploy -DSYCL_IMPLEMENTATION=Intel_SYCL ...
559-
```
560-
561-
**Windows (64-bit)**:
562-
563-
```bat
564-
cmake -DIntel_SYCL_ROOT=%DPCPP_HOME%\deploy -DSYCL_IMPLEMENTATION=Intel_SYCL ...
565-
```
566-
567551
### Run simple DPC++ application
568552
569553
A simple DPC++ or SYCL\* program consists of following parts:

0 commit comments

Comments
 (0)