Kokkos Core Kernels Package
Version of the Day
|
#include <Kokkos_DynamicView.hpp>
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.