triSYCL / sycl

SYCL for Vitis: Experimental fusion of triSYCL with Intel SYCL oneAPI DPC++ up-streaming effort into Clang/LLVM
Other
108 stars 19 forks source link

[SYCL][NFC] Fix C++20 compilation in lambda capturing this #164

Closed keryell closed 2 years ago

keryell commented 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.