![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The CPU memory buffer template implementing muting accessors. More...
#include <BufCpu.hpp>
Public Member Functions | |
template<typename TExtent , typename Deleter > | |
ALPAKA_FN_HOST | BufCpu (DevCpu const &dev, TElem *const pMem, Deleter deleter, TExtent const &extent) |
Public Attributes | |
std::shared_ptr< TBufImpl > | m_spBufImpl |
The CPU memory buffer template implementing muting accessors.
Definition at line 23 of file BufCpu.hpp.
|
inline |
Definition at line 29 of file BufCpu.hpp.
std::shared_ptr<TBufImpl> alpaka::BufCpu< TElem, TDim, TIdx >::m_spBufImpl |
Definition at line 35 of file BufCpu.hpp.