Skip to content

Commit 17c5a53

Browse files
committed
ITS: try to fix illegal access
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 799a449 commit 17c5a53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Detectors/ITSMFT/ITS/tracking/GPU/cuda/TrackerTraitsGPU.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ void TrackerTraitsGPU<NLayers>::computeLayerCells(const int iteration)
209209
this->mTrkParams[iteration].LayerxX0,
210210
mTimeFrameGPU->getStreams());
211211
}
212+
mTimeFrameGPU->syncStreams(false);
212213
}
213214

214215
template <int NLayers>

0 commit comments

Comments
 (0)