You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Detectors/TPC/reconstruction/include/TPCReconstruction/GPUCATracking.h
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ namespace gpu
24
24
{
25
25
structGPUO2InterfaceConfiguration;
26
26
structGPUO2InterfaceIOPtrs;
27
+
structGPUInterfaceOutputs;
27
28
classGPUTPCO2Interface;
28
29
} // namespace gpu
29
30
} // namespace o2
@@ -55,7 +56,7 @@ class GPUCATracking
55
56
voiddeinitialize();
56
57
57
58
//Input: cluster structure, possibly including MC labels, pointers to std::vectors for tracks and track MC labels. outputTracksMCTruth may be nullptr to indicate missing cluster MC labels. Otherwise, cluster MC labels are assumed to be present.
auto bufferCompressedClusters = pc.outputs().make<std::vector<GPUO2InterfaceConfiguration::bufferType>>(Output{gDataOriginTPC, "COMPCLUSTERS", 0});
544
+
bufferCompressedClusters.resize(2048ul * 1024 * 1024 / sizeof(GPUO2InterfaceConfiguration::bufferType)); // TODO: Just allocated some large buffer for now, should estimate this correctly
0 commit comments