What are the plans to add support for C++20 in C++ for OpenCL? I understand C++20 is huge and many features don't make sense in device code. But a subset of C++20 could still be beneficial. For our use case, we would be particularly interested in compile time evaluation with the consteval keyword.
What are the plans to add support for C++20 in C++ for OpenCL? I understand C++20 is huge and many features don't make sense in device code. But a subset of C++20 could still be beneficial. For our use case, we would be particularly interested in compile time evaluation with the
constevalkeyword.