#include <tmh_ocl.h>
Public Attributes | |
cl_device_id | id |
int | context_index |
int | tmc_type |
cl_device_type | type |
double | global_mem_bytes |
double | global_max_alloc |
double | shared_mem_bytes |
double | constant_mem_bytes |
double | cache_bytes |
int | cache_line_bytes |
int | max_num_comp_units |
int | max_work_group_size |
cl_command_queue | command_queue |
int | number_of_kernels |
cl_program | program [TMC_OCL_MAX_NUM_KERNELS] |
cl_kernel | kernel [TMC_OCL_MAX_NUM_KERNELS] |
cl_command_queue tmt_ocl_device_struct::command_queue |
cl_device_id tmt_ocl_device_struct::id |
cl_kernel tmt_ocl_device_struct::kernel[TMC_OCL_MAX_NUM_KERNELS] |
cl_program tmt_ocl_device_struct::program[TMC_OCL_MAX_NUM_KERNELS] |
cl_device_type tmt_ocl_device_struct::type |