Helper struct to hold descriptors of a data allocation. More...
#include <Events.hpp>
Public Member Functions | |
| bool | operator== (const AllocDescriptor &) const =default |
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 101 of file Events.hpp.
|
default |
| Kokkos_Profiling_SpaceHandle Kokkos::utils::callbacks::AllocDescriptor::kpsh {} |
Definition at line 103 of file Events.hpp.
| std::string Kokkos::utils::callbacks::AllocDescriptor::name {} |
Definition at line 104 of file Events.hpp.
| const void* Kokkos::utils::callbacks::AllocDescriptor::ptr = nullptr |
Definition at line 105 of file Events.hpp.
| uint64_t Kokkos::utils::callbacks::AllocDescriptor::size = 0 |
Definition at line 106 of file Events.hpp.