Closed stephenswat closed 1 month ago
Turns out that this is failing because we are compiling the SYCL code with C++17, not C++20. :smile:
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
The tuple container previously produced some truly esoteric compiler warnings, including some compile-time recursion depth errors. This commit refactors the function a bit to ensure that the errors are bounded in size and easier to read.