Bernhard Manfred Gruber

Results 542 comments of Bernhard Manfred Gruber

Hi! Vc is now in maintenance mode and no longer actively developed. However, if you can provide us with a pull requests we an try to get it in.

Hmm, strange. Here is clang-14: #339

Even more strange, I can compile locally with clang-13.

That is indeed outdated. Compiler Explorer is super useful. I think we should at least regenerate the file from the 1.4.2 release. I added a comment to the release procedure:...

I could successfully compile VC with VS2022 locally in debug mode. Interestingly, I got debug asserations failing when running. Investigating.

Thank you for your amazing effort to nail down this performance regression! Unfortunately, Vc's author and maintainer moved on to work on standardization work around `std::simd` and Vc is now...

I quickly prototyped a `ViewConst` here: https://github.com/alpaka-group/alpaka/pull/1746.

```c++ using Buffer = alpaka::Buf; using ConstBuffer = alpaka::ViewConst; Buffer make_buffer() { auto buffer = std::make_shared(42); return buffer; } void dump_buffer(ConstBuffer buffer) { std::cout

On simplifying namespaces in alpaka: https://github.com/alpaka-group/alpaka/issues/1034

On the `Idx` type: https://github.com/alpaka-group/alpaka/issues/1035