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 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 80 of file Events.hpp.

Member Data Documentation

◆ kpsh

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

Definition at line 82 of file Events.hpp.

◆ name

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

Definition at line 83 of file Events.hpp.

◆ ptr

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

Definition at line 84 of file Events.hpp.

◆ size

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

Definition at line 85 of file Events.hpp.


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