We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84eac06 + 2191649 commit 5be779cCopy full SHA for 5be779c
1 file changed
GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizer.cxx
@@ -24,7 +24,7 @@ void GPUTPCNNClusterizer::SetMaxData(const GPUTrackingInOutPointers& io) {}
24
25
void* GPUTPCNNClusterizer::setIOPointers(void* mem)
26
{
27
- if (nnClusterizerBatchedMode > 0){
+ if (nnClusterizerBatchedMode > 0) {
28
if (nnClusterizerDtype == 0 && nnClusterizerElementSize > 0) {
29
computePointerWithAlignment(mem, inputData16, nnClusterizerBatchedMode * nnClusterizerElementSize);
30
} else if (nnClusterizerDtype == 1 && nnClusterizerElementSize > 0) {
0 commit comments