Basic Buffer supporting different memory spaces.
#include <algorithm>
#include <cstring>
#include "gpu/ErrorChecking.h"
#include "gpu/GPUWrapper.h"
#include "CustomMemoryBuffer.impl.h"
Classes | |
class | walberla::gpu::communication::CustomMemoryBuffer< Allocator > |
Simple buffer class that supports memory allocators, e.g. More... | |
struct | walberla::gpu::communication::HostMemoryAllocator |
struct | walberla::gpu::communication::DeviceMemoryAllocator |
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
walberla::gpu | |
walberla::gpu::communication | |
Typedefs | |
using | walberla::gpu::communication::PinnedMemoryBuffer = CustomMemoryBuffer< HostMemoryAllocator > |
using | walberla::gpu::communication::GPUMemoryBuffer = CustomMemoryBuffer< DeviceMemoryAllocator > |