@@ -281,7 +281,7 @@ command:
281
281
# ## Test DPC++ toolchain
282
282
283
283
There are 3 types of tests which are used for DPC++ toolchain validation:
284
- * DPC++ in-source LIT tests including [check-llvm](../../llvm/test),
284
+ * DPC++ in-tree LIT tests including [check-llvm](../../llvm/test),
285
285
[check-clang](../../clang/test), [check-llvm-spirv](../../llvm-spirv/test) and
286
286
[check-sycl](../../sycl/test) targets stored in this repository. These tests
287
287
should be not have hardware or external software dependencies (e.g OpenCL,
@@ -294,7 +294,7 @@ These tests cover full DPC++ stack including all dependencies (e.g. OpenCL,
294
294
Level Zero, CUDA runtimes).
295
295
296
296
* SYCL-CTS are official [Khronos\* SYCL\* conformance tests](https://github.com/KhronosGroup/SYCL-CTS).
297
- They verify SYCL 1.2.1 specification compatibility. All implementation details
297
+ They verify SYCL specification compatibility. All implementation details
298
298
or extensions are out of scope for the tests.
299
299
300
300
# ### Contribution to DPC++ tests
@@ -304,7 +304,7 @@ Every product change should be accompanied with corresponding test modification
304
304
The test location is selected depending on test nature:
305
305
306
306
- A test which depends only on tools and libraries produced during build of
307
- the repository can be put to in-source LIT. Also the tests for a feature under
307
+ the repository can be put to in-tree LIT. Also the tests for a feature under
308
308
active development requiring atomic change for tests and product can be put to
309
309
[sycl/test/on-device](../../sycl/test/on-device) temporarily. It is developer
310
310
responsibility to move the tests to DPC++ E2E test suite once feature is
@@ -321,8 +321,6 @@ built with DPC++ compiler (defined in
321
321
pull request should be created under
322
322
[KhronosGroup/SYCL-CTS](https://github.com/KhronosGroup/SYCL-CTS) with required
323
323
patch.
324
-
325
-
326
324
# ### Run in-source LIT tests
327
325
328
326
To verify that built DPC++ toolchain is working correctly, run:
0 commit comments