Skip to content

Commit ed93a0d

Browse files
committed
GPU: Increase TPC FirstHitInBin buffer
1 parent 45baf28 commit ed93a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/SliceTracker/GPUTPCSliceData.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GPUd() void GPUTPCSliceData::GetMaxNBins(GPUconstantref() const MEM_CONSTANT(GPU
118118

119119
GPUd() unsigned int GPUTPCSliceData::GetGridSize(unsigned int nHits, unsigned int nRows)
120120
{
121-
return 30 * nRows + 4 * nHits;
121+
return 128 * nRows + 4 * nHits;
122122
}
123123

124124
GPUdi() void GPUTPCSliceData::CreateGrid(GPUconstantref() const MEM_CONSTANT(GPUConstantMem) * mem, GPUTPCRow* GPUrestrict() row, float yMin, float yMax, float zMin, float zMax)

0 commit comments

Comments
 (0)