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: GPU/GPUTracking/Global/GPUChainTrackingCompression.cxx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,8 @@ int GPUChainTracking::RunTPCCompression()
81
81
HighResTimer* gatherTimer = nullptr;
82
82
int outputStream = 0;
83
83
if (ProcessingSettings().doublePipeline) {
84
-
SynchronizeStream(mRec->NStreams() - 2); // Synchronize output copies running in parallel from memory that might be released, only the following async copy from stacked memory is safe after the chain finishes.
85
-
outputStream = mRec->NStreams() - 2;
84
+
SynchronizeStream(OutputStream()); // Synchronize output copies running in parallel from memory that might be released, only the following async copy from stacked memory is safe after the chain finishes.
85
+
outputStream = OutputStream();
86
86
}
87
87
88
88
if (ProcessingSettings().tpcCompressionGatherMode >= 2) {
0 commit comments