![]() |
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.
Definition at line 64 of file IBuffer.hpp.