summaryrefslogtreecommitdiff
path: root/src/cl_device_id.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Runtime: Add new API enums for cl_intel_required_subgroup_size extensionPan Xiuli1-0/+2
2017-02-14Runtime: fix get non support type device bug.Yang Rong1-1/+1
2016-12-30Runtime: Use cl_ulong as CL_DEVICE_MAX_MEM_ALLOC_SIZE's return type.Meng Mengmeng1-1/+1
2016-12-16Add helper functions for device list check.Junyan He1-0/+4
2016-11-08Runtime: Add pipe related APIsPan Xiuli1-0/+3
2016-11-08Runtime: Add support of OCL2.0 device queriesPan Xiuli1-2/+14
2016-11-08OCL20: Add svm support.Yang Rong1-1/+2
2016-09-28Add ref check for CL object's validation.Junyan He1-1/+3
2016-09-02Runtime: Apply base object to cl_device_idJunyan He1-3/+5
2016-06-13Runtime: Add API clGetKernelSubGroupInfoKHR for subgroup extensionPan Xiuli1-0/+9
2015-12-09make Beignet as intermedia layer of CMRTGuo Yejun1-0/+3
2015-11-25runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...Zhigang Gong1-2/+0
2015-11-11runtime: extension size not enough.Luo Xionghu1-1/+4
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