alpaka-group / vikunja

Vikunja is a performance portable algorithm library that defines functions operating on ranges of elements for a variety of purposes . It supports the execution on multi-core CPUs and various GPUs. Vikunja uses alpaka to implement platform-independent primitives such as reduce or transform.
https://vikunja.readthedocs.io/en/latest/
Mozilla Public License 2.0
14 stars 5 forks source link

CI: support libc++ for clang #64

Open SimeonEhrig opened 2 years ago

SimeonEhrig commented 2 years ago

During the work of PR #62 we recognize, that the Clang uses the libstdc++ of the system GCC compiler. It is not possible use libc++ at the moment. That causes some problems, if C++20 is used on an Ubuntu 20.04 (GCC 9).