summaryrefslogtreecommitdiff
path: root/src/cl_device_id.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.Yang Rong1-0/+2
2015-09-22enable create image 2d from buffer in clCreateImage.Luo Xionghu1-0/+2
2015-08-13Set proper Vendor IDMidhun Kodiyath1-0/+1
2015-07-06runtime: Add cl device's standalone extension.Junyan He1-1/+1
2015-07-02runtime: Add fp16 extension to BDW later platform.Junyan He1-0/+1
2015-06-30use self test to determine enable/or disable atomics in L3 for HSW.Luo Xionghu1-0/+1
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-10-27GBE: fix a wrong type of cl_device_info.Zhigang Gong1-1/+1
2014-10-10BDW: Add device's sub slice field, for cl_get_kernel_max_wg_sz.Yang Rong1-0/+1
2014-09-11fix clGetKernelWorkGroupInfo built-in kernel fail.Luo Xionghu1-0/+3
2014-07-01runtime: fix max group size calculation issue.Zhigang Gong1-6/+6
2014-06-23Add some OpenCL1.2 parameters of function clGetDeviceInfo.Yang Rong1-0/+3
2014-06-20Add some API's OpenCL 1.2 parameter support.Yang Rong1-0/+1
2014-06-20GBE/runtime: fixup broken 1d array image support.Zhigang Gong1-0/+1
2014-06-13add [opencl-1.2] API clCreateSubDevice.Luo1-0/+7
2014-06-13Add the support for 1D image from buffer.Junyan He1-0/+1
2014-02-17CL: make the scratch size as a device resource attribute.Zhigang Gong1-0/+1
2013-11-13GBE: Add support for kernel attribute reqd_work_group_size.Zhigang Gong1-1/+0
2013-11-11Runtime: complete the api clGetKernelWorkGroupInfo.Zhigang Gong1-5/+7
2013-05-17Correct type of device propertiesSimon Richter1-2/+2
2013-05-17Add clGetDeviceInfo(..., CL_BUILT_IN_KERNELS, ...)Simon Richter1-0/+2
2013-04-24Implement clGetDeviceInfo(..., CL_DRIVER_VERSION, ...)Simon Richter1-0/+2
2013-04-18Implement KHR ICD extensionSimon Richter1-0/+1
2012-08-10Cleaned up the code from previous unused dependencies Upate the READMEBenjamin Segovia1-2/+1
2012-08-10Added first test for stack handlingBenjamin Segovia1-0/+1
2012-08-10Added support for: clEnqueueReadBuffer clgetkernelWorkGroupInfo: For this cur...hlthantr1-0/+8
2012-08-10Cleaned and simplified all test kernels and codes. Now everything is inside o...bsegovia1-0/+3
2012-08-10Added all miniCL filesbsegovia1-0/+111