We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7915eaf commit 7e3ddd7Copy full SHA for 7e3ddd7
GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu
@@ -93,7 +93,7 @@ void GPUReconstructionCUDA::GetITSTraits(std::unique_ptr<o2::its::TrackerTraits>
93
trackerTraits->reset(new o2::its::TrackerTraitsGPU);
94
}
95
if (vertexerTraits) {
96
- vertexerTraits->reset(new o2::its::VertexerTraitsGPU);
+ vertexerTraits->reset(new o2::its::VertexerTraits); // TODO gpu-code to be implemented
97
98
if (timeFrame) {
99
timeFrame->reset(new o2::its::gpu::TimeFrameGPU);
0 commit comments