kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::AllocDescriptor Struct Reference

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
 

Detailed Description

Helper struct to hold descriptors of a data allocation.

Definition at line 101 of file Events.hpp.

Member Function Documentation

◆ operator==()

bool Kokkos::utils::callbacks::AllocDescriptor::operator== ( const AllocDescriptor & ) const
default

Member Data Documentation

◆ kpsh

Kokkos_Profiling_SpaceHandle Kokkos::utils::callbacks::AllocDescriptor::kpsh {}

Definition at line 103 of file Events.hpp.

◆ name

std::string Kokkos::utils::callbacks::AllocDescriptor::name {}

Definition at line 104 of file Events.hpp.

◆ ptr

const void* Kokkos::utils::callbacks::AllocDescriptor::ptr = nullptr

Definition at line 105 of file Events.hpp.

◆ size

uint64_t Kokkos::utils::callbacks::AllocDescriptor::size = 0

Definition at line 106 of file Events.hpp.


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