Add the support of the API: clGetCommandQueueInfo
authorJunyan He <junyan.he@linux.intel.com>
Tue, 25 Jun 2013 10:15:25 +0000 (18:15 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Wed, 26 Jun 2013 06:21:59 +0000 (14:21 +0800)
commitadba8c96f062ecdb94e447906ebaaaa2482f390d
treed7bfcce7f78d12a4cbbd578f9227d7c271703051
parent97c3a9b076ccd24af09fb6ce3f2be7b8e3f93a4f
Add the support of the API: clGetCommandQueueInfo

Though we support get the CL_QUEUE_PROPERTIES,
but because the CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE
and CL_QUEUE_PROFILING_ENABLE will never be set when
create the queue, it just return a all 0 bitfield now.

Signed-off-by: Junyan He <junyan.he@linux.intel.com>
Reviewed-by: Song, Ruiling <ruiling.song@intel.com>
src/cl_api.c
src/cl_command_queue.h
src/cl_context.c