DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DeviceStorageHelper.hpp File Reference

Helpers for shipping an array-of-views (e.g., ArrayDeviceView) to the device in one contiguous buffer. More...

#include "DeviceStorage.hpp"
#include <type_traits>
#include "Vector.hpp"
Include dependency graph for DeviceStorageHelper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DNDS::deviceViewVector< TView, B >
 Contiguous host_device_vector of non-owning views, mirrored on a device. More...
 

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 

Detailed Description

Helpers for shipping an array-of-views (e.g., ArrayDeviceView) to the device in one contiguous buffer.

Definition in file DeviceStorageHelper.hpp.