CUPTI (PDF) - CUDA Toolkit v5.5 for POWER8 (older) - Last updated October 16, 2014 - Send Feedback

3.27. CUpti_EventGroupSets Struct Reference

[CUPTI Event API]

A set of event group sets. When returned by cuptiEventGroupSetsCreate and cuptiMetricCreateEventGroupSets a CUpti_EventGroupSets indicates the number of passes required to collect all the events, and the event groups that should be collected during each pass.

Public Variables

uint32_t  numSets
CUpti_EventGroupSetsets

Variables

uint32_t CUpti_EventGroupSets::numSets [inherited]

Number of event group sets.

CUpti_EventGroupSet * CUpti_EventGroupSets::sets [inherited]

An array of numSets event group sets.


CUPTI (PDF) - CUDA Toolkit v5.5 for POWER8 (older) - Last updated October 16, 2014 - Send Feedback