master
Add missing header
Make host and device caching allocators independent
Rename alpaka_hip_async to alpaka_rocm_async
Move ASSERT_DEVICE_MATCHES_HOST_COLLECTION to a separate file
Use the alpaka Acc concept
Make every Alpaka EDProducer to store an unsigned short int for the backend
Use alpaka::allocBuf for blocking CPU queues
Update HeterogeneousCore/AlpakaInterface for alpaka 2.0
Add specialization of CopyToDevice for alpaka host buffer
Add possibility for a CopyToHost::postCopy() operation
Move QueueCache and EventCache to HeterogeneousCore/AlpakaInterface
Harmonize the size type in alpaka FlexiStorage, OneToManyAssoc and HistoContainer + rename the value type
Improve error handling in GPU callbacks
Add check on multiBlockPrefixScan shared memory requirement
Update code for Alpaka devel as of 2023.02.1
Added lower_bound function that works in device code
Constrain PortableCollection and PortableObject CopyToDevice copies
Workaround for "illegal memory access" errors
Update Alpaka to version 1.1.0
Add debugging capabilities to the CachingAllocator
Add moveToDeviceAsync function
Introduce two-kernel iterative prefixScan
Use the GPU family macros