kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
415 stars 69 forks source link

Test with SYCL in the CI #235

Open masterleinad opened 1 year ago

masterleinad commented 1 year ago

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.