Simeon Ehrig
Simeon Ehrig
After removing old Clang from the CI in the PR #1300 , we should also add the latest versions of Clang/LLVM. Since Clang/LLVM 11, Clang is forward compatible to new...
If you install alpaka via `make install`, boost should not be a dependency. Boost should only be a dependency when compiling an application with alpaka. It should not be a...
CUDA 11.7 is released: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html
The Doxygen API is hard to read because they provide information about the users and the internal API. Making the Doxygen API easy to read without losing information is not...
I want to overwork the API of vikunja (https://github.com/alpaka-group/vikunja/issues/44). Therefore I think about, which template types and function arguments are necessary. For example, do I need to pass the device...
I think the pitch is not respected if the data is initialized on the host: https://github.com/alpaka-group/alpaka/blob/ca51f5093f43a6d22ab0561b2d47155444c218f5/example/bufferCopy/src/bufferCopy.cpp#L229-L232 The kernels calculate the pitch in the address.
Precompiled headers can reduce compilation time. It works like object files for cpp files. In special cases, templates should be accelerated because a compiled version of the generic template is...
At the moment, `alpaka::Buf` does not provide a default constructor. Therefore I have to do the following thing, If I want to declare `alpaka::Buf` object as member of my class:...
# Discussions points * how to distribute the build matrix to GitHub Actions and HZDR CI * what can be shared between the CIs, e.g. docker container * ...
Today, I heard that are GPUs runner in the CERN Gitlab are available: https://gitlab.cern.ch/rbritoda/gitlab-runner-public Technically, it possible to use this runners for GitHub. We do it in our projects, e.g....