index
:
beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
Beignet OpenCL Library for Intel Ivy Bridge and newer GPUs (mirrored from https://gitlab.freedesktop.org/beignet/beignet)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cl_device_id.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-16
Runtime: Add new API enums for cl_intel_required_subgroup_size extension
Pan Xiuli
1
-0
/
+2
2017-02-14
Runtime: fix get non support type device bug.
Yang Rong
1
-1
/
+1
2016-12-30
Runtime: Use cl_ulong as CL_DEVICE_MAX_MEM_ALLOC_SIZE's return type.
Meng Mengmeng
1
-1
/
+1
2016-12-16
Add helper functions for device list check.
Junyan He
1
-0
/
+4
2016-11-08
Runtime: Add pipe related APIs
Pan Xiuli
1
-0
/
+3
2016-11-08
Runtime: Add support of OCL2.0 device queries
Pan Xiuli
1
-2
/
+14
2016-11-08
OCL20: Add svm support.
Yang Rong
1
-1
/
+2
2016-09-28
Add ref check for CL object's validation.
Junyan He
1
-1
/
+3
2016-09-02
Runtime: Apply base object to cl_device_id
Junyan He
1
-3
/
+5
2016-06-13
Runtime: Add API clGetKernelSubGroupInfoKHR for subgroup extension
Pan Xiuli
1
-0
/
+9
2015-12-09
make Beignet as intermedia layer of CMRT
Guo Yejun
1
-0
/
+3
2015-11-25
runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...
Zhigang Gong
1
-2
/
+0
2015-11-11
runtime: extension size not enough.
Luo Xionghu
1
-1
/
+4
2015-10-21
Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.
Yang Rong
1
-0
/
+2
2015-09-22
enable create image 2d from buffer in clCreateImage.
Luo Xionghu
1
-0
/
+2
2015-08-13
Set proper Vendor ID
Midhun Kodiyath
1
-0
/
+1
2015-07-06
runtime: Add cl device's standalone extension.
Junyan He
1
-1
/
+1
2015-07-02
runtime: Add fp16 extension to BDW later platform.
Junyan He
1
-0
/
+1
2015-06-30
use self test to determine enable/or disable atomics in L3 for HSW.
Luo Xionghu
1
-0
/
+1
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-10-27
GBE: fix a wrong type of cl_device_info.
Zhigang Gong
1
-1
/
+1
2014-10-10
BDW: Add device's sub slice field, for cl_get_kernel_max_wg_sz.
Yang Rong
1
-0
/
+1
2014-09-11
fix clGetKernelWorkGroupInfo built-in kernel fail.
Luo Xionghu
1
-0
/
+3
2014-07-01
runtime: fix max group size calculation issue.
Zhigang Gong
1
-6
/
+6
2014-06-23
Add some OpenCL1.2 parameters of function clGetDeviceInfo.
Yang Rong
1
-0
/
+3
2014-06-20
Add some API's OpenCL 1.2 parameter support.
Yang Rong
1
-0
/
+1
2014-06-20
GBE/runtime: fixup broken 1d array image support.
Zhigang Gong
1
-0
/
+1
2014-06-13
add [opencl-1.2] API clCreateSubDevice.
Luo
1
-0
/
+7
2014-06-13
Add the support for 1D image from buffer.
Junyan He
1
-0
/
+1
2014-02-17
CL: make the scratch size as a device resource attribute.
Zhigang Gong
1
-0
/
+1
2013-11-13
GBE: Add support for kernel attribute reqd_work_group_size.
Zhigang Gong
1
-1
/
+0
2013-11-11
Runtime: complete the api clGetKernelWorkGroupInfo.
Zhigang Gong
1
-5
/
+7
2013-05-17
Correct type of device properties
Simon Richter
1
-2
/
+2
2013-05-17
Add clGetDeviceInfo(..., CL_BUILT_IN_KERNELS, ...)
Simon Richter
1
-0
/
+2
2013-04-24
Implement clGetDeviceInfo(..., CL_DRIVER_VERSION, ...)
Simon Richter
1
-0
/
+2
2013-04-18
Implement KHR ICD extension
Simon Richter
1
-0
/
+1
2012-08-10
Cleaned up the code from previous unused dependencies Upate the README
Benjamin Segovia
1
-2
/
+1
2012-08-10
Added first test for stack handling
Benjamin Segovia
1
-0
/
+1
2012-08-10
Added support for: clEnqueueReadBuffer clgetkernelWorkGroupInfo: For this cur...
hlthantr
1
-0
/
+8
2012-08-10
Cleaned and simplified all test kernels and codes. Now everything is inside o...
bsegovia
1
-0
/
+3
2012-08-10
Added all miniCL files
bsegovia
1
-0
/
+111