alpaka icon indicating copy to clipboard operation
alpaka copied to clipboard

Abstraction Library for Parallel Kernel Acceleration :llama:

Results 247 alpaka issues
Sort by recently updated
recently updated
newest added

I just noticed that we got a lot of cmake variables from Catch2 in the default view of `ccmake`: ![image](https://user-images.githubusercontent.com/1224051/176668711-0b9f836c-363d-438b-8d9e-1f1c48a7c4c5.png) Since I don't think that we should tamper with these...

Type:Question
Type:CMake

While working on #1713 I encountered the following esoteric bug (which is likely a gcc-12 bug): When compiling the test cases in release mode with an activated OpenACC back-end (+...

Type:Bug
Backend:OpenACC

The CI is showing compile time issues with nvcc and GCC 10.3 ``` /usr/include/c++/10/chrono: In substitution of 'template template using __is_harmonic = std::__bool_constant [with _Period2 = _Period2; _Rep = _Rep;...

Type:Bug

As part of #1713 I encountered an address sanitizer issue with clang-14. This doesn't happen with clang-13 (tested locally). Error message: ``` 30: Test command: /home/runner/work/alpaka/alpaka/build/test/unit/mem/buf/memBufTest "--colour-mode" "default" 30: Test...

Type:Bug
Type:Testing

As we try to use alpaka Buffer objects in the CMS software, we are facing a problem with `const` correctness due to the way the buffers are implemented. Here is...

Type:Question

We should add `alpaka/develop` to the libs of Matt Godbolt's compiler explorer: https://godbolt.org/ https://github.com/mattgodbolt/compiler-explorer/wiki/Installed-libraries Relevant files: - https://github.com/mattgodbolt/compiler-explorer-image/blob/master/update_compilers/install_libraries.sh - https://github.com/mattgodbolt/compiler-explorer/blob/master/etc/config/c++.amazon.properties Example PRs: - https://github.com/mattgodbolt/compiler-explorer/pull/834 - https://github.com/mattgodbolt/compiler-explorer-image/pull/69 Needs probably simplified headers:...

State:Help Wanted

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...

Type:Install

The current buffer allocation API's allow to specify the size of the requested block of memory, but the alignment of the memory block is unspecified. Internally, we rely on the...

Type:Enhancement

https://github.com/alpaka-group/alpaka/pull/1740 (a branch based on develop) reduces the CI to only build and run `queueTest` and only with cuda on the HZDR GPU nodes. It runs `queueTest` up to 100...

This PR removes the Boost.fiber back-end. Closes #22. Closes #34. Fixes #1714.

Type:Refactoring
Backend:Boost.Fiber