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

#include <GPUReconstructionProcessing.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 94 of file GPUReconstructionProcessing.h.

Constructor & Destructor Documentation

◆ krnlExec() [1/3]

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

Definition at line 95 of file GPUReconstructionProcessing.h.

◆ krnlExec() [2/3]

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

Definition at line 96 of file GPUReconstructionProcessing.h.

◆ krnlExec() [3/3]

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

Definition at line 97 of file GPUReconstructionProcessing.h.

Member Data Documentation

◆ device

GPUReconstruction::krnlDeviceType o2::gpu::GPUReconstructionProcessing::krnlExec::device

Definition at line 101 of file GPUReconstructionProcessing.h.

◆ nBlocks

uint32_t o2::gpu::GPUReconstructionProcessing::krnlExec::nBlocks

Definition at line 98 of file GPUReconstructionProcessing.h.

◆ nThreads

uint32_t o2::gpu::GPUReconstructionProcessing::krnlExec::nThreads

Definition at line 99 of file GPUReconstructionProcessing.h.

◆ step

GPUDataTypes::RecoStep o2::gpu::GPUReconstructionProcessing::krnlExec::step

Definition at line 102 of file GPUReconstructionProcessing.h.

◆ stream

int32_t o2::gpu::GPUReconstructionProcessing::krnlExec::stream

Definition at line 100 of file GPUReconstructionProcessing.h.


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