![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Interface concept for objects describing multidimensional owned memory. More...
#include <IBuffer.hpp>
Interface concept for objects describing multidimensional owned memory.
An alpaka::buffer-like object contains information about the device(s) to which it is connected. The alpaka::buffer-like object has memory ownership and therefore manages memory lifetime according to the RAII principle. The represented memory can have any dimensionality.
Any object that fulfills the IBuffer concept is also an IView and IMdSpan.
Definition at line 46 of file IBuffer.hpp.