Project
Loading...
Searching...
No Matches
o2::gpu::GPUReconstructionOCLInternals Struct Reference

#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
 

Detailed Description

Definition at line 42 of file GPUReconstructionOCLIncludesHost.h.

Member Data Documentation

◆ command_queue

cl_command_queue o2::gpu::GPUReconstructionOCLInternals::command_queue[GPUCA_MAX_STREAMS]

Definition at line 46 of file GPUReconstructionOCLIncludesHost.h.

◆ context

cl_context o2::gpu::GPUReconstructionOCLInternals::context

Definition at line 45 of file GPUReconstructionOCLIncludesHost.h.

◆ device

cl_device_id o2::gpu::GPUReconstructionOCLInternals::device

Definition at line 44 of file GPUReconstructionOCLIncludesHost.h.

◆ kernels

std::vector<cl_kernel> o2::gpu::GPUReconstructionOCLInternals::kernels

Definition at line 52 of file GPUReconstructionOCLIncludesHost.h.

◆ mem_constant

cl_mem o2::gpu::GPUReconstructionOCLInternals::mem_constant

Definition at line 48 of file GPUReconstructionOCLIncludesHost.h.

◆ mem_gpu

cl_mem o2::gpu::GPUReconstructionOCLInternals::mem_gpu

Definition at line 47 of file GPUReconstructionOCLIncludesHost.h.

◆ mem_host

cl_mem o2::gpu::GPUReconstructionOCLInternals::mem_host

Definition at line 49 of file GPUReconstructionOCLIncludesHost.h.

◆ platform

cl_platform_id o2::gpu::GPUReconstructionOCLInternals::platform

Definition at line 43 of file GPUReconstructionOCLIncludesHost.h.

◆ program

cl_program o2::gpu::GPUReconstructionOCLInternals::program

Definition at line 50 of file GPUReconstructionOCLIncludesHost.h.


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