![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Interface concept for objects describing api-related multidimensional memory access. More...
#include <IView.hpp>
Interface concept for objects describing api-related multidimensional memory access.
An alpaka::view-like object contains information about the device(s) to which it is connected. The alpaka::view-like object has no memory ownership, and therefore, it does not manage the memory lifetime. The represented memory can have any dimensionality.
Any object fitting the IView concept is also an IMdSpan.