Based on top of #234. This pull request makes the icpx test with SYCL.
I also added --output-on-failure to CTest and needed to allow CL/sycl.hpp instead of sycl/sycl.hpp for older oneAPI releases. The header checks needs C++17 but SYCL needs C++17 support anyway.
Based on top of #234. This pull request makes the
icpx
test withSYCL
. I also added--output-on-failure
toCTest
and needed to allowCL/sycl.hpp
instead ofsycl/sycl.hpp
for olderoneAPI
releases. The header checks needsC++17
butSYCL
needs C++17 support anyway.