cuda::experimental::places::localized_array#
-
class localized_array#
An allocator that takes a mapping function to dispatch an allocation over multiple data places.
This is the mechanism used to implement the data_place of a grid of execution places. Uses CUDA Virtual Memory Management (VMM) to create a contiguous virtual address range backed by physical allocations on different devices according to the partitioner.
Public Functions
-
template<typename F>
inline localized_array( - exec_place grid,
- partition_fn_t mapper,
- F &&delinearize,
- size_t total_size,
- size_t elemsize,
- dim4 data_dims
-
localized_array() = delete#
-
localized_array(const localized_array&) = delete#
-
localized_array(localized_array&&) = delete#
-
localized_array &operator=(const localized_array&) = delete#
-
localized_array &operator=(localized_array&&) = delete#
-
inline ~localized_array()#
-
inline void *get_base_ptr() const#
-
template<typename F>