Project
Loading...
Searching...
No Matches
o2::gpu::gpu_reconstruction_kernels::krnlExec Struct Reference

#include <GPUReconstructionKernels.h>

Public Member Functions

constexpr krnlExec (uint32_t b, uint32_t t, int32_t s, GPUReconstruction::krnlDeviceType d=GPUReconstruction::krnlDeviceType::Auto)
 
constexpr krnlExec (uint32_t b, uint32_t t, int32_t s, GPUDataTypes::RecoStep st)
 
constexpr krnlExec (uint32_t b, uint32_t t, int32_t s, GPUReconstruction::krnlDeviceType d, GPUDataTypes::RecoStep st)
 

Public Attributes

uint32_t nBlocks
 
uint32_t nThreads
 
int32_t stream
 
GPUReconstruction::krnlDeviceType device
 
GPUDataTypes::RecoStep step
 

Detailed Description

Definition at line 32 of file GPUReconstructionKernels.h.

Constructor & Destructor Documentation

◆ krnlExec() [1/3]

constexpr o2::gpu::gpu_reconstruction_kernels::krnlExec::krnlExec ( uint32_t  b,
uint32_t  t,
int32_t  s,
GPUReconstruction::krnlDeviceType  d = GPUReconstruction::krnlDeviceType::Auto 
)
inlineconstexpr

Definition at line 33 of file GPUReconstructionKernels.h.

◆ krnlExec() [2/3]

constexpr o2::gpu::gpu_reconstruction_kernels::krnlExec::krnlExec ( uint32_t  b,
uint32_t  t,
int32_t  s,
GPUDataTypes::RecoStep  st 
)
inlineconstexpr

Definition at line 34 of file GPUReconstructionKernels.h.

◆ krnlExec() [3/3]

constexpr o2::gpu::gpu_reconstruction_kernels::krnlExec::krnlExec ( uint32_t  b,
uint32_t  t,
int32_t  s,
GPUReconstruction::krnlDeviceType  d,
GPUDataTypes::RecoStep  st 
)
inlineconstexpr

Definition at line 35 of file GPUReconstructionKernels.h.

Member Data Documentation

◆ device

GPUReconstruction::krnlDeviceType o2::gpu::gpu_reconstruction_kernels::krnlExec::device

Definition at line 39 of file GPUReconstructionKernels.h.

◆ nBlocks

uint32_t o2::gpu::gpu_reconstruction_kernels::krnlExec::nBlocks

Definition at line 36 of file GPUReconstructionKernels.h.

◆ nThreads

uint32_t o2::gpu::gpu_reconstruction_kernels::krnlExec::nThreads

Definition at line 37 of file GPUReconstructionKernels.h.

◆ step

GPUDataTypes::RecoStep o2::gpu::gpu_reconstruction_kernels::krnlExec::step

Definition at line 40 of file GPUReconstructionKernels.h.

◆ stream

int32_t o2::gpu::gpu_reconstruction_kernels::krnlExec::stream

Definition at line 38 of file GPUReconstructionKernels.h.


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