Closed keryell closed 2 years ago
This shows up because we are compiling the SYCL runtime in C++20 mode with set(CMAKE_CXX_STANDARD 20) in sycl/CMakeLists.txt. There is already https://github.com/intel/llvm/pull/5424 opened upstream but it might take time to have a perfect solution.
set(CMAKE_CXX_STANDARD 20)
sycl/CMakeLists.txt
This shows up because we are compiling the SYCL runtime in C++20 mode with
set(CMAKE_CXX_STANDARD 20)
insycl/CMakeLists.txt
. There is already https://github.com/intel/llvm/pull/5424 opened upstream but it might take time to have a perfect solution.