Helper struct to hold descriptors of a data allocation. More...
#include <Events.hpp>
Public Attributes | |
Kokkos_Profiling_SpaceHandle | kpsh {} |
std::string | name {} |
const void * | ptr = nullptr |
uint64_t | size = 0 |
Helper struct to hold descriptors of a data allocation.
Definition at line 80 of file Events.hpp.
Kokkos_Profiling_SpaceHandle Kokkos::utils::callbacks::AllocDescriptor::kpsh {} |
Definition at line 82 of file Events.hpp.
std::string Kokkos::utils::callbacks::AllocDescriptor::name {} |
Definition at line 83 of file Events.hpp.
const void* Kokkos::utils::callbacks::AllocDescriptor::ptr = nullptr |
Definition at line 84 of file Events.hpp.
uint64_t Kokkos::utils::callbacks::AllocDescriptor::size = 0 |
Definition at line 85 of file Events.hpp.