Jan Stephan

Results 232 comments of Jan Stephan

> Can we not just forbid types other than `float` and `double`? No. alpaka allows users to extend our base API, so if they provide the necessary math functions they...

So, judging by the likes and the follow-up comment I assume we have the following consensus: No coroutine back-end (at least with C++20 coroutines, who knows what will change in...

> I was just arguing against a C++20 coroutine based backend. I never argued to keep Boost.Fiber. In fact, I am still firmly in favor of its removal. Yes, I...

If anyone feels this needs more discussion, feel free to reopen (or ping me if you're missing the necessary maintainer powers).

Maybe something like `make_available`? If it already is available on the given device nothing happens, otherwise a copy is performed.

There should be a way of not running the CI if no code (or CI code) is touched. Example: #1860 only updates `README.md` but technically we have to wait for...

We no longer have an OpenMP 5 back-end. Is this still an issue?

SPDX is an ISO standard. Since we are all about being standard-conforming and portable I support this.

So this doesn't happen with my local clang-14 v14.0.6. But it now appears in our CI for #1872 for clang v13.0.1. I wonder whether this is a platform difference or...

This seems to be a bug in the official LLVM libc++ packages for Ubuntu: https://github.com/llvm/llvm-project/issues/59432. We will switch to libstdc++ until it is resolved.