Project
Loading...
Searching...
No Matches
o2::gpu::GPUTPCNNClusterizerKernels Class Reference

#include <GPUTPCNNClusterizerKernels.h>

Inherits o2::gpu::GPUKernelTemplate.

Classes

struct  GPUSharedMemory
 

Public Types

enum  K : int32_t {
  runCfClusterizer = 0 , fillInputNN = 1 , determineClass1Labels = 2 , determineClass2Labels = 3 ,
  publishClass1Regression = 4 , publishClass2Regression = 5
}
 
- Public Types inherited from o2::gpu::GPUKernelTemplate
enum  K {
  defaultKernel = 0 , step0 = 0 , step1 = 1 , step2 = 2 ,
  step3 = 3 , step4 = 4 , step5 = 5
}
 

Public Member Functions

 GPUhdi () const expr static GPUDataTypes
 
template<int32_t iKernel = defaultKernel, typename... Args>
 GPUd () static void Thread(int32_t
 
- Public Member Functions inherited from o2::gpu::GPUKernelTemplate
typedef GPUconstantref () GPUConstantMem processorType
 
 GPUhdi () const expr static GPUDataTypes
 
 GPUhdi () static processorType *Processor(GPUConstantMem &processors)
 
template<int32_t iKernel, typename... Args>
 GPUd () static void Thread(int32_t nBlocks
 
int32_t int32_t int32_t GPUsharedref () GPUSharedMemory &smem
 

Public Attributes

 int32_t
 
GPUSharedMemory processorType uint8_t = 0
 
GPUSharedMemory processorType int8_t = 0
 
GPUSharedMemory processorType uint = 0
 
GPUSharedMemory processorType Args
 
- Public Attributes inherited from o2::gpu::GPUKernelTemplate
int32_t nThreads
 
int32_t int32_t iBlock
 
int32_t int32_t int32_t iThread
 
int32_t int32_t int32_t processorType & processors
 

Static Public Attributes

static constexpr size_t SCRATCH_PAD_WORK_GROUP_SIZE = GPUCA_GET_THREAD_COUNT(GPUCA_LB_GPUTPCNNClusterizerKernels)
 

Detailed Description

Definition at line 37 of file GPUTPCNNClusterizerKernels.h.

Member Enumeration Documentation

◆ K

Enumerator
runCfClusterizer 
fillInputNN 
determineClass1Labels 
determineClass2Labels 
publishClass1Regression 
publishClass2Regression 

Definition at line 53 of file GPUTPCNNClusterizerKernels.h.

Member Function Documentation

◆ GPUd()

template<int32_t iKernel = defaultKernel, typename... Args>
o2::gpu::GPUTPCNNClusterizerKernels::GPUd ( )

◆ GPUhdi()

o2::gpu::GPUTPCNNClusterizerKernels::GPUhdi ( ) const
inline

Definition at line 48 of file GPUTPCNNClusterizerKernels.h.

Member Data Documentation

◆ Args

GPUSharedMemory processorType o2::gpu::GPUTPCNNClusterizerKernels::Args

Definition at line 63 of file GPUTPCNNClusterizerKernels.h.

◆ int32_t

static o2::gpu::GPUTPCNNClusterizerKernels::int32_t

Definition at line 63 of file GPUTPCNNClusterizerKernels.h.

◆ int8_t

static GPUSharedMemory processorType o2::gpu::GPUTPCNNClusterizerKernels::int8_t = 0

Definition at line 63 of file GPUTPCNNClusterizerKernels.h.

◆ SCRATCH_PAD_WORK_GROUP_SIZE

constexpr size_t o2::gpu::GPUTPCNNClusterizerKernels::SCRATCH_PAD_WORK_GROUP_SIZE = GPUCA_GET_THREAD_COUNT(GPUCA_LB_GPUTPCNNClusterizerKernels)
staticconstexpr

Definition at line 40 of file GPUTPCNNClusterizerKernels.h.

◆ uint

static GPUSharedMemory processorType o2::gpu::GPUTPCNNClusterizerKernels::uint = 0

Definition at line 63 of file GPUTPCNNClusterizerKernels.h.

◆ uint8_t

static GPUSharedMemory processorType o2::gpu::GPUTPCNNClusterizerKernels::uint8_t = 0

Definition at line 63 of file GPUTPCNNClusterizerKernels.h.


The documentation for this class was generated from the following file: