Skip to content

Commit

Permalink
Remove the second maxPassCount
Browse files Browse the repository at this point in the history
  • Loading branch information
Treece Burgess committed Jan 22, 2025
1 parent d1877cf commit ac09128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/cuda/cupti_profiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ static int metric_get_config_image(cuptip_gpu_state_t *gpu_ctl)
.structSize = NVPW_RawMetricsConfig_BeginPassGroup_Params_STRUCT_SIZE,
.pPriv = NULL,
.pRawMetricsConfig = nvpw_metricsConfigCreateParams.pRawMetricsConfig,
.maxPassCount = 1,
};
nvpwCheckErrors( NVPW_RawMetricsConfig_BeginPassGroupPtr(&beginPassGroupParams), goto fn_fail );

Expand Down

0 comments on commit ac09128

Please sign in to comment.