| Package | Description |
|---|---|
| org.bytedeco.cuda.cupti | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUpti_EventGroupSets |
CUpti_EventGroupSets.getPointer(long i) |
CUpti_EventGroupSets |
CUpti_EventGroupSets.numSets(int setter) |
CUpti_EventGroupSets |
CUpti_EventGroupSets.position(long position) |
CUpti_EventGroupSets |
CUpti_EventGroupSets.sets(CUpti_EventGroupSet setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cupti.cuptiEventGroupSetsCreate(CUctx_st context,
long eventIdArraySizeBytes,
int[] eventIdArray,
CUpti_EventGroupSets eventGroupPasses) |
static int |
cupti.cuptiEventGroupSetsCreate(CUctx_st context,
long eventIdArraySizeBytes,
IntPointer eventIdArray,
CUpti_EventGroupSets eventGroupPasses) |
static int |
cupti.cuptiEventGroupSetsDestroy(CUpti_EventGroupSets eventGroupSets)
\brief Destroy a event group sets object.
|
static int |
cupti.cuptiMetricCreateEventGroupSets(CUctx_st context,
long metricIdArraySizeBytes,
int[] metricIdArray,
CUpti_EventGroupSets eventGroupPasses) |
static int |
cupti.cuptiMetricCreateEventGroupSets(CUctx_st context,
long metricIdArraySizeBytes,
IntPointer metricIdArray,
CUpti_EventGroupSets eventGroupPasses) |
static int |
cupti.cuptiMetricGetRequiredEventGroupSets(CUctx_st context,
int metric,
CUpti_EventGroupSets eventGroupSets) |
Copyright © 2025. All rights reserved.