Add clGetDeviceInfo(..., CL_BUILT_IN_KERNELS, ...)
authorSimon Richter <Simon.Richter@hogyros.de>
Mon, 13 May 2013 18:21:16 +0000 (20:21 +0200)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 17 May 2013 06:18:05 +0000 (14:18 +0800)
commit8cfe42ca6a922eaa199781d18850bfbfcd16df4f
tree27eb2c19502f31f7753f20608f9950dc13121176
parent863612e2aa7d7e19ebe94d8091314b180e1a1923
Add clGetDeviceInfo(..., CL_BUILT_IN_KERNELS, ...)

Currently, there are no built-in kernels, so this function returns an empty
string.

Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
src/cl_device_id.c
src/cl_device_id.h
src/cl_gt_device.h