We should summarize in the docs which areas Alpaka abstracts and which not.
This makes it easier for users to understand where to look for certain things when building on Alpaka.
Currently it does abstract (feel free to edit):
Batteries not included:
I think 'memory access' is probably too vague. E.g. alpaka abstracts shared memory for blocks, which could be counted as memory access. Did you mean that it does not abstract data layout ?
"Task scheduling" indirectly covers device command submission (command queues, CUDA stream...), but it does not obviously cover device-host synchronization (events, wait for queue/device, etc), which Alpaka must also abstract. You will want to discuss that as well.
I agree with @HadrienG2 that we should add device-host synchronization explicitly, as it seems indeed not covered by other items from the list.