Skip to content

Commit 46fb1e1

Browse files
committed
Adding the lane variable. This PR will in any case conflict with #14069
1 parent e657928 commit 46fb1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ int32_t GPUChainTracking::RunTPCClusterizer(bool synchronizeOutput)
916916
#ifdef GPUCA_HAS_ONNX
917917
GPUTPCNNClusterizer& clustererNN = processors()->tpcNNClusterer[iSector];
918918
const GPUSettingsProcessingNNclusterizer& nn_settings = GetProcessingSettings().nn;
919-
GPUTPCNNClusterizerHost nnApplication(nn_settings, clustererNN);
919+
GPUTPCNNClusterizerHost nnApplication(nn_settings, clustererNN, lane);
920920

921921
if (clustererNN.nnClusterizerUseCfRegression || (int)(nn_settings.nnClusterizerApplyCfDeconvolution)) {
922922
runKernel<GPUTPCCFDeconvolution>({GetGrid(clusterer.mPmemory->counters.nPositions, lane), {iSector}});

0 commit comments

Comments
 (0)