You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
host only compile (allow alloc,memset,...) without the backend compiler e.g. nvcc
standalone header
In principle, this feature should not be required because it is simply possible to include alpaka/alpaka.hpp because backends are enabled in C++ and not via CMake options or preprocessor macros.
general
alpaka/alpaka.hppbecause backends are enabled in C++ and not via CMake options or preprocessor macros.onHost
allocAsync()addonHost::allocAsync(),onHost::allocLikeAsync()andaddDestructorAction()toManagedView#192onHost::allocMapped()#204 and managed memory addonHost::allocManaged()#203onAcc
CpuOmpBlocksatomics between threads to a non atomic operationpopcAdd intrinsic support under onAcc namespace #369