Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
Kokkos::Experimental::Impl::ChunkedArrayManager< MemorySpace, ValueType > Struct Template Reference

#include <Kokkos_DynamicView.hpp>

Inheritance diagram for Kokkos::Experimental::Impl::ChunkedArrayManager< MemorySpace, ValueType >:
Inheritance graph
[legend]

Detailed Description

template<typename MemorySpace, typename ValueType>
struct Kokkos::Experimental::Impl::ChunkedArrayManager< MemorySpace, ValueType >

Utility class to manage memory for chunked arrays on the host and device. Allocates/deallocates memory on both the host and device along with providing utilities for creating mirrors and deep copying between them.

Definition at line 38 of file Kokkos_DynamicView.hpp.


The documentation for this struct was generated from the following file: