alpaka-group / alpaka

Abstraction Library for Parallel Kernel Acceleration :llama:
https://alpaka.readthedocs.io
Mozilla Public License 2.0
356 stars 74 forks source link

Add support for Clang 18 and 19 as CUDA compiler #2397

Open SimeonEhrig opened 1 month ago

SimeonEhrig commented 1 month ago

While working on the support of Clang 18 and 19 we found some bugs that prevent the use of Clang 18 and 19 as CUDA compiler. We have decided to disable the support as CUDA compiler in order not to delay the release of version 1.2 too much.

We will check the bug after release and fix it in the next version.