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/DataCompression/GPUTPCCompressionKernels.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ class GPUTPCCompressionKernels : public GPUKernelTemplate
40
40
};
41
41
42
42
template <int iKernel = defaultKernel>
43
-
GPUd() staticvoidThread(int nBlocks, int nThreads, int iBlock, int iThread, GPUsharedref() GPUSharedMemory& GPUrestrict() smem, processorType& GPUrestrict() processors);
43
+
GPUd() staticvoidThread(int nBlocks, int nThreads, int iBlock, int iThread, GPUsharedref() GPUSharedMemory& smem, processorType& GPUrestrict() processors);
44
44
45
45
template <int I>
46
46
classGPUTPCCompressionKernels_Compare
@@ -97,7 +97,7 @@ class GPUTPCCompressionGatherKernels : public GPUKernelTemplate
97
97
};
98
98
99
99
template <int iKernel = defaultKernel>
100
-
GPUd() staticvoidThread(int nBlocks, int nThreads, int iBlock, int iThread, GPUsharedref() GPUSharedMemory& GPUrestrict() smem, processorType& GPUrestrict() processors);
100
+
GPUd() staticvoidThread(int nBlocks, int nThreads, int iBlock, int iThread, GPUsharedref() GPUSharedMemory& smem, processorType& GPUrestrict() processors);
101
101
102
102
template <typename T, typename S>
103
103
GPUdi() staticboolisAlignedTo(const S* ptr);
@@ -118,9 +118,9 @@ class GPUTPCCompressionGatherKernels : public GPUKernelTemplate
118
118
GPUdi() staticunsignedintcalculateWarpOffsets(GPUSharedMemory& smem, T* nums, unsignedint start, unsignedint end, int nWarps, int iWarp, int nLanes, int iLane);
119
119
120
120
template <typename V>
121
-
GPUdii() staticvoidgatherBuffered(int nBlocks, int nThreads, int iBlock, int iThread, GPUsharedref() GPUSharedMemory& GPUrestrict() smem, processorType& GPUrestrict() processors);
121
+
GPUdii() staticvoidgatherBuffered(int nBlocks, int nThreads, int iBlock, int iThread, GPUsharedref() GPUSharedMemory& smem, processorType& GPUrestrict() processors);
122
122
123
-
GPUdii() staticvoidgatherMulti(int nBlocks, int nThreads, int iBlock, int iThread, GPUsharedref() GPUSharedMemory& GPUrestrict() smem, processorType& GPUrestrict() processors);
123
+
GPUdii() staticvoidgatherMulti(int nBlocks, int nThreads, int iBlock, int iThread, GPUsharedref() GPUSharedMemory& smem, processorType& GPUrestrict() processors);
Copy file name to clipboardExpand all lines: GPU/GPUTracking/Refit/GPUTrackingRefitKernel.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ class GPUTrackingRefitKernel : public GPUKernelTemplate
31
31
};
32
32
33
33
template <int iKernel = defaultKernel>
34
-
GPUd() staticvoidThread(int nBlocks, int nThreads, int iBlock, int iThread, GPUsharedref() GPUSharedMemory& GPUrestrict() smem, processorType& GPUrestrict() processors);
34
+
GPUd() staticvoidThread(int nBlocks, int nThreads, int iBlock, int iThread, GPUsharedref() GPUSharedMemory& smem, processorType& GPUrestrict() processors);
0 commit comments