diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c2c9a19fe125..65d83dc3e6276 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -111,8 +111,6 @@ pull request should be created under [KhronosGroup/SYCL-CTS](https://github.com/KhronosGroup/SYCL-CTS) with required patch. - - ### Commit message - When writing your commit message, please make sure to follow diff --git a/sycl/doc/GetStartedGuide.md b/sycl/doc/GetStartedGuide.md index 01a18b9a0c825..ce7c97b56ce65 100644 --- a/sycl/doc/GetStartedGuide.md +++ b/sycl/doc/GetStartedGuide.md @@ -333,41 +333,6 @@ Make sure that these binaries are available in `PATH` environment variable: * `aoc` from `/compiler///lib/oclfpga/bin` * `aocl-ioc64` from `/compiler///bin` -### Test DPC++ toolchain - -Every product change should be accompanied with corresponding test modification -(adding new test(s), extending, removing or modifying existing test(s)). - -There are 3 types of tests which are used for DPC++ toolchain validation: -* DPC++ in-tree LIT tests including [check-llvm](../../llvm/test), -[check-clang](../../clang/test), [check-llvm-spirv](../../llvm-spirv/test) and -[check-sycl](../../sycl/test) targets stored in this repository. These tests -should not have hardware (e.g. GPU, FPGA, etc.) or external software -dependencies (e.g. OpenCL, Level Zero, CUDA runtimes). All tests not following -this approach should be moved to DPC++ end-to-end or SYCL-CTS tests. -However, the tests for a feature under active development requiring atomic -change for tests and product can be put to -[sycl/test/on-device](../../sycl/test/on-device) temporarily. It is developer -responsibility to move the tests to DPC++ E2E test suite or SYCL-CTS once -the feature is stabilized. - -* DPC++ end-to-end (E2E) tests which are extension to -[LLVM\* test suite](https://github.com/intel/llvm-test-suite/tree/intel/SYCL). -A test which requires full stack including backend runtimes (e.g. OpenCL, -Level Zero or CUDA) should be put to DPC++ E2E test suite following -[CONTRIBUTING](https://github.com/intel/llvm-test-suite/blob/intel/CONTRIBUTING.md). - -* SYCL-CTS are official -[Khronos\* SYCL\* conformance tests](https://github.com/KhronosGroup/SYCL-CTS). -They verify SYCL specification compatibility. All implementation details or -extensions are out of scope for the tests. If SYCL specification has changed -(SYCL CTS tests conflict with recent version of SYCL specification) or change -is required in the way the tests are built with DPC++ compiler (defined in -[FindIntel_SYCL](https://github.com/KhronosGroup/SYCL-CTS/blob/SYCL-1.2.1/master/cmake/FindIntel_SYCL.cmake)) -pull request should be created under -[KhronosGroup/SYCL-CTS](https://github.com/KhronosGroup/SYCL-CTS) with required -patch. - #### Run in-tree LIT tests To verify that built DPC++ toolchain is working correctly, run: