summaryrefslogtreecommitdiff
path: root/src/cl_device_id.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Implement extension cl_intel_device_side_avc_motion_estimation.Chuanbo Weng1-0/+4
2017-07-04Runtime: refine max group size for SKL & KBLrander1-9/+9
2017-06-22Runtime: Add missing SKL deivce IDPan Xiuli1-0/+4
2017-06-16Runtime: Add new API enums for cl_intel_required_subgroup_size extensionPan Xiuli1-0/+27
2017-05-15GLK: add geminilake runtime support.Yang Rong1-2/+45
2017-03-13add extension intel_planar_yuv.Luo Xionghu1-0/+2
2017-02-14Runtime: fix get non support type device bug.Yang Rong1-3/+7
2016-12-29Add the NULL pointer check.Yang Rong1-1/+1
2016-12-16Add multi devices support in context.Junyan He1-9/+9
2016-12-16Add helper functions for device list check.Junyan He1-0/+51
2016-12-15Modify clGetDeviceInfo using cl_get_info_helper.Junyan He1-139/+379
2016-11-08Runtime: Add pipe related APIsPan Xiuli1-0/+3
2016-11-08Runtime: Add support of OCL2.0 device queriesPan Xiuli1-1/+13
2016-11-08Runtime: Add clCreateSamplerWithPropertiesPan Xiuli1-1/+1
2016-11-08OCL20: Add svm support.Yang Rong1-0/+1
2016-10-20runtime: set cl_intel_motion_estimation as IVB specifc device extension.Chuanbo Weng1-0/+3
2016-10-10change PCI_CHIP_BROXTON_P to PCI_CHIP_BROXTON_0 to unify the namingGuo Yejun1-2/+2
2016-10-10add bxt with pciid 0x1A85Guo Yejun1-16/+18
2016-10-10add bxt with pciid 0x1A84Guo Yejun1-0/+2
2016-10-10Delete useless cl_thread files.Junyan He1-1/+0
2016-09-12add another broxton pciid 0x5A85Guo Yejun1-1/+22
2016-09-12toMB: use standard constantGiuseppe Bilotta1-1/+1
2016-09-12Fix shift-overflow warningGiuseppe Bilotta1-1/+1
2016-09-02api: check kernel parameter before accessing itJan Vesely1-1/+1
2016-09-02Runtime: Apply base object to cl_device_idJunyan He1-21/+15
2016-08-31Runtime: Fix null device for clGetKernelWorkGroupInfoPan Xiuli1-0/+2
2016-08-16KBL: add kabylake runtime support.Yang Rong1-48/+176
2016-06-13Runtime: Add API clGetKernelSubGroupInfoKHR for subgroup extensionPan Xiuli1-0/+83
2016-05-23runtime: error handling to avoid null pointer dereference.Luo Xionghu1-0/+2
2016-04-08Runtime: Add SKL device id for new SKL devicePan Xiuli1-0/+8
2015-12-23Runtime: because double's built-ins haven't completely support, so disable it...Yang Rong1-0/+21
2015-12-14add Broxton supportGuo Yejun1-4/+30
2015-11-25runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...Zhigang Gong1-1/+10
2015-11-03runtime: dynamically get global memory size and max alloc sizePan Xiuli1-4/+15
2015-11-03runtime: refine the cl_device_id to support bigger memoryPan Xiuli1-7/+7
2015-10-27Runtime: Refine ext enable function for platform.Junyan He1-8/+19
2015-10-21Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.Yang Rong1-0/+1
2015-10-13Fix a event leak in create contextPan Xiuli1-0/+1
2015-09-22enable create image 2d from buffer in clCreateImage.Luo Xionghu1-0/+2
2015-08-13Set proper Vendor IDMidhun Kodiyath1-14/+14
2015-08-10runtime: add detailed broadwell device name.Ruiling Song1-6/+6
2015-08-10runtime: add Broadwell deviceID 0x162BRuiling Song1-0/+2
2015-07-17runtime bug: brw GT3 devices reported to GT2.Luo Xionghu1-5/+5
2015-07-15runtime: Need to separate atomic in L3 test and SLM test in self_test().Zhigang Gong1-3/+12
2015-07-14Runtime: Add default extension for platforms before BDW.Junyan He1-0/+4
2015-07-06runtime: Add cl device's standalone extension.Junyan He1-10/+8
2015-07-06runtime: Use cl_get_platform_default to replace global value.Junyan He1-32/+22
2015-07-02runtime: Add fp16 extension to BDW later platform.Junyan He1-51/+72
2015-06-30use self test to determine enable/or disable atomics in L3 for HSW.Luo Xionghu1-22/+26
2015-05-18Docs: update/clarify Haswell issuesRebecca N. Palmer1-5/+9