![]() |
Project
|
#include <GPUReconstructionOCLIncludesHost.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< cl_kernel > | kernels |
Definition at line 42 of file GPUReconstructionOCLIncludesHost.h.
| cl_command_queue o2::gpu::GPUReconstructionOCLInternals::command_queue[GPUCA_MAX_STREAMS] |
Definition at line 46 of file GPUReconstructionOCLIncludesHost.h.
| cl_context o2::gpu::GPUReconstructionOCLInternals::context |
Definition at line 45 of file GPUReconstructionOCLIncludesHost.h.
| cl_device_id o2::gpu::GPUReconstructionOCLInternals::device |
Definition at line 44 of file GPUReconstructionOCLIncludesHost.h.
| std::vector<cl_kernel> o2::gpu::GPUReconstructionOCLInternals::kernels |
Definition at line 52 of file GPUReconstructionOCLIncludesHost.h.
| cl_mem o2::gpu::GPUReconstructionOCLInternals::mem_constant |
Definition at line 48 of file GPUReconstructionOCLIncludesHost.h.
| cl_mem o2::gpu::GPUReconstructionOCLInternals::mem_gpu |
Definition at line 47 of file GPUReconstructionOCLIncludesHost.h.
| cl_mem o2::gpu::GPUReconstructionOCLInternals::mem_host |
Definition at line 49 of file GPUReconstructionOCLIncludesHost.h.
| cl_platform_id o2::gpu::GPUReconstructionOCLInternals::platform |
Definition at line 43 of file GPUReconstructionOCLIncludesHost.h.
| cl_program o2::gpu::GPUReconstructionOCLInternals::program |
Definition at line 50 of file GPUReconstructionOCLIncludesHost.h.