![]() |
Project
|
#include <GPUReconstructionOCLInternals.h>
Public Attributes | |
cl_platform_id | platform |
cl_device_id | device |
cl_context | context |
cl_command_queue | command_queue [GPUCA_MAX_STREAMS] |
cl_mem | mem_gpu |
cl_mem | mem_constant |
cl_mem | mem_host |
cl_program | program |
std::vector< std::pair< cl_kernel, std::string > > | kernels |
Definition at line 160 of file GPUReconstructionOCLInternals.h.
cl_command_queue o2::gpu::GPUReconstructionOCLInternals::command_queue[GPUCA_MAX_STREAMS] |
Definition at line 164 of file GPUReconstructionOCLInternals.h.
cl_context o2::gpu::GPUReconstructionOCLInternals::context |
Definition at line 163 of file GPUReconstructionOCLInternals.h.
cl_device_id o2::gpu::GPUReconstructionOCLInternals::device |
Definition at line 162 of file GPUReconstructionOCLInternals.h.
std::vector<std::pair<cl_kernel, std::string> > o2::gpu::GPUReconstructionOCLInternals::kernels |
Definition at line 170 of file GPUReconstructionOCLInternals.h.
cl_mem o2::gpu::GPUReconstructionOCLInternals::mem_constant |
Definition at line 166 of file GPUReconstructionOCLInternals.h.
cl_mem o2::gpu::GPUReconstructionOCLInternals::mem_gpu |
Definition at line 165 of file GPUReconstructionOCLInternals.h.
cl_mem o2::gpu::GPUReconstructionOCLInternals::mem_host |
Definition at line 167 of file GPUReconstructionOCLInternals.h.
cl_platform_id o2::gpu::GPUReconstructionOCLInternals::platform |
Definition at line 161 of file GPUReconstructionOCLInternals.h.
cl_program o2::gpu::GPUReconstructionOCLInternals::program |
Definition at line 168 of file GPUReconstructionOCLInternals.h.