Skip to content

Commit

Permalink
Fix CUDA compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpuccio committed Jun 22, 2023
1 parent 69fb6b4 commit 416c9d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Detectors/ITSMFT/ITS/tracking/GPU/cuda/TrackerTraitsGPU.cu
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,7 @@ GPUg() void computeLayerCellsKernel(
new (cells + cellsLUT[iCurrentTrackletIndex] + foundCells) Cell{currentTracklet.firstClusterIndex, nextTracklet.firstClusterIndex,
nextTracklet.secondClusterIndex,
iCurrentTrackletIndex,
iNextTrackletIndex,
tanLambda};
iNextTrackletIndex};
}
++foundCells;
}
Expand Down

0 comments on commit 416c9d7

Please sign in to comment.