HPCToolkit
gpu_data_t Struct Reference

#include <thread_data.h>

Public Attributes

bool is_thread_at_cuda_sync
 
uint8_t overload_state
 
uint64_t active_stream
 
void * event_node
 
uint64_t accum_num_sync_threads
 
uint64_t accum_num_samples
 

Detailed Description

Definition at line 77 of file thread_data.h.

Member Data Documentation

◆ accum_num_samples

uint64_t gpu_data_t::accum_num_samples

Definition at line 91 of file thread_data.h.

◆ accum_num_sync_threads

uint64_t gpu_data_t::accum_num_sync_threads

Definition at line 88 of file thread_data.h.

◆ active_stream

uint64_t gpu_data_t::active_stream

Definition at line 83 of file thread_data.h.

◆ event_node

void* gpu_data_t::event_node

Definition at line 85 of file thread_data.h.

◆ is_thread_at_cuda_sync

bool gpu_data_t::is_thread_at_cuda_sync

Definition at line 79 of file thread_data.h.

◆ overload_state

uint8_t gpu_data_t::overload_state

Definition at line 81 of file thread_data.h.


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