summaryrefslogtreecommitdiff
path: root/src/cl_device_id.c
Commit message (Expand)AuthorAgeFilesLines
* Enable Coffee Lake supportMark Thompson2018-02-051-2/+95
* Fix enabling of fp64 extensionMark Thompson2018-02-051-8/+8
* Implement extension cl_intel_device_side_avc_motion_estimation.Chuanbo Weng2017-07-121-0/+4
* Runtime: refine max group size for SKL & KBLrander2017-07-041-9/+9
* Runtime: Add missing SKL deivce IDPan Xiuli2017-06-221-0/+4
* Runtime: Add new API enums for cl_intel_required_subgroup_size extensionPan Xiuli2017-06-161-0/+27
* GLK: add geminilake runtime support.Yang Rong2017-05-151-2/+45
* add extension intel_planar_yuv.Luo Xionghu2017-03-131-0/+2
* Runtime: fix get non support type device bug.Yang Rong2017-02-141-3/+7
* Add the NULL pointer check.Yang Rong2016-12-291-1/+1
* Add multi devices support in context.Junyan He2016-12-161-9/+9
* Add helper functions for device list check.Junyan He2016-12-161-0/+51
* Modify clGetDeviceInfo using cl_get_info_helper.Junyan He2016-12-151-139/+379
* Runtime: Add pipe related APIsPan Xiuli2016-11-081-0/+3
* Runtime: Add support of OCL2.0 device queriesPan Xiuli2016-11-081-1/+13
* Runtime: Add clCreateSamplerWithPropertiesPan Xiuli2016-11-081-1/+1
* OCL20: Add svm support.Yang Rong2016-11-081-0/+1
* runtime: set cl_intel_motion_estimation as IVB specifc device extension.Chuanbo Weng2016-10-201-0/+3
* change PCI_CHIP_BROXTON_P to PCI_CHIP_BROXTON_0 to unify the namingGuo Yejun2016-10-101-2/+2
* add bxt with pciid 0x1A85Guo Yejun2016-10-101-16/+18
* add bxt with pciid 0x1A84Guo Yejun2016-10-101-0/+2
* Delete useless cl_thread files.Junyan He2016-10-101-1/+0
* add another broxton pciid 0x5A85Guo Yejun2016-09-121-1/+22
* toMB: use standard constantGiuseppe Bilotta2016-09-121-1/+1
* Fix shift-overflow warningGiuseppe Bilotta2016-09-121-1/+1
* api: check kernel parameter before accessing itJan Vesely2016-09-021-1/+1
* Runtime: Apply base object to cl_device_idJunyan He2016-09-021-21/+15
* Runtime: Fix null device for clGetKernelWorkGroupInfoPan Xiuli2016-08-311-0/+2
* KBL: add kabylake runtime support.Yang Rong2016-08-161-48/+176
* Runtime: Add API clGetKernelSubGroupInfoKHR for subgroup extensionPan Xiuli2016-06-131-0/+83
* runtime: error handling to avoid null pointer dereference.Luo Xionghu2016-05-231-0/+2
* Runtime: Add SKL device id for new SKL devicePan Xiuli2016-04-081-0/+8
* Runtime: because double's built-ins haven't completely support, so disable it...Yang Rong2015-12-231-0/+21
* add Broxton supportGuo Yejun2015-12-141-4/+30
* runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...Zhigang Gong2015-11-251-1/+10
* runtime: dynamically get global memory size and max alloc sizePan Xiuli2015-11-031-4/+15
* runtime: refine the cl_device_id to support bigger memoryPan Xiuli2015-11-031-7/+7
* Runtime: Refine ext enable function for platform.Junyan He2015-10-271-8/+19
* Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.Yang Rong2015-10-211-0/+1
* Fix a event leak in create contextPan Xiuli2015-10-131-0/+1
* enable create image 2d from buffer in clCreateImage.Luo Xionghu2015-09-221-0/+2
* Set proper Vendor IDMidhun Kodiyath2015-08-131-14/+14
* runtime: add detailed broadwell device name.Ruiling Song2015-08-101-6/+6
* runtime: add Broadwell deviceID 0x162BRuiling Song2015-08-101-0/+2
* runtime bug: brw GT3 devices reported to GT2.Luo Xionghu2015-07-171-5/+5
* runtime: Need to separate atomic in L3 test and SLM test in self_test().Zhigang Gong2015-07-151-3/+12
* Runtime: Add default extension for platforms before BDW.Junyan He2015-07-141-0/+4
* runtime: Add cl device's standalone extension.Junyan He2015-07-061-10/+8
* runtime: Use cl_get_platform_default to replace global value.Junyan He2015-07-061-32/+22
* runtime: Add fp16 extension to BDW later platform.Junyan He2015-07-021-51/+72