372 issues in KhronosGroup/SYCL-CTS
This patch updates all the copyright notices in the 1.2.1 branch to reflect that the CTS is no longer under Codeplay copyright but under Khronos copyright, and adds the relevant Khronos Copyright notice. ...
Backend interoperability header file location and name must follow the pattern specified in https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:headers-and-namespaces. sycl/backend/ ...
This patch updates all the copyright notices to reflect that the CTS is no longer under Codeplay copyright but under Khronos copyright, and adds the relevant Khronos Copyright notice.
We should use dpcpp-cl driver for compatibility with MSVC host compiler.
SYCL 2020 specification doesn t include kernel::get_work_group_info, thus calls to such methods in the tests are replaced with kernel::get_info
I just spotted this file, which was last updated in 2017. I think keeping this probably does more harm than good.
A number of SYCL-CTS tests require full feature set. For instance, multi_ptr test requires implementation to support generic address space and id test requires implementation to support unnamed SYCL kernel ...
These tests provides verification that local_accessor can access to the memory shared among work-items
The test provides verification for the following comparison operators: - multi_ptr operator==(const multi_ptr , const multi_ptr ) - multi_ptr operator!=(const multi_ptr , const multi_ptr ) - multi_ptr ...