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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-29
eliminate build warnings in i386 system.
Meng Mengmeng
2
-5
/
+5
2016-12-29
Add the NULL pointer check.
Yang Rong
5
-13
/
+26
2016-12-29
GEB/Runtime: eliminate release build warnings.
Yang Rong
3
-1
/
+4
2016-12-28
Runtime: return CL_INVALID_EVENT_WAIT_LIST if not event in the wait list.
Meng Mengmeng
1
-1
/
+1
2016-12-28
Runtime: fix fill image event assert and some SVM rebase error.
Yang, Rong R
7
-40
/
+58
2016-12-28
Runtime: fix clEnqueueMigrateMemObjects fail.
Yang, Rong R
1
-1
/
+1
2016-12-28
Improve event execute function.
Junyan He
5
-186
/
+144
2016-12-28
Add profiling feature based on new event implementation.
Junyan He
11
-118
/
+195
2016-12-28
Refine list related functions.
Junyan He
10
-112
/
+138
2016-12-19
Move clCreateCommandQueueWithProperties API to command_queue file.
Junyan He
4
-94
/
+99
2016-12-19
Move Device related APIs to new file
Junyan He
2
-82
/
+56
2016-12-16
Refine clSetMemObjectDestructorCallback API.
Yang Rong
4
-39
/
+54
2016-12-16
refine clCreateCommandQueue and clRetainCommandQueue.
Junyan He
6
-87
/
+76
2016-12-16
Refine retain/release sampler API
Junyan He
2
-20
/
+22
2016-12-16
Refine clCreateSampler API.
Junyan He
4
-50
/
+68
2016-12-16
Refine clRetain/Release MemObject
Junyan He
2
-20
/
+22
2016-12-16
Add multi devices support in context.
Junyan He
12
-79
/
+118
2016-12-16
Refine create context APIs.
Junyan He
2
-92
/
+111
2016-12-16
Add helper functions for device list check.
Junyan He
2
-0
/
+55
2016-12-16
Modify clGetImageInfo using cl_get_info_helper.
Junyan He
4
-108
/
+99
2016-12-16
Modify clGetMemObjectInfo using cl_get_info_helper.
Junyan He
4
-99
/
+99
2016-12-15
Modify program Info using cl_get_info_helper.
Junyan He
3
-127
/
+170
2016-12-15
Modify clGetSamplerInfo using cl_get_info_helper.
Junyan He
3
-30
/
+60
2016-12-15
Modify clGetDeviceInfo using cl_get_info_helper.
Junyan He
4
-153
/
+414
2016-12-15
Modify clGetContextInfo using cl_get_info_helper.
Junyan He
3
-33
/
+64
2016-12-15
Modify clGetCommandQueueInfo using cl_get_info_helper.
Junyan He
2
-31
/
+39
2016-12-15
Modify clGetKernelInfo using cl_get_info_helper.
Junyan He
3
-43
/
+55
2016-12-15
Modify clGetPlatformInfo using cl_get_info_helper.
Junyan He
7
-78
/
+68
2016-12-15
Modify clGetEventInfo using cl_get_info_helper.
Junyan He
2
-32
/
+41
2016-12-15
Add a helper function for all information get.
Junyan He
3
-0
/
+38
2016-12-02
save host_ptr when create sub buffer from CL_MEM_ALLOC_HOST_PTR
Guo, Yejun
1
-1
/
+1
2016-11-28
Runtime: Fix vme fail.
Yang Rong
1
-6
/
+2
2016-11-28
fix build issue when HAS_BO_SET_SOFTPIN is false
Guo, Yejun
1
-1
/
+1
2016-11-08
Runtime: Add support for queue size and fix error handling
Pan Xiuli
3
-8
/
+19
2016-11-08
runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE
Ruiling Song
3
-0
/
+12
2016-11-08
runtime: prog->global_data may get 64bit address
Ruiling Song
1
-0
/
+1
2016-11-08
Runtime: Add support for non uniform group size
Pan Xiuli
5
-30
/
+81
2016-11-08
Backend: Refine get_enqueued_local_size and get_local_size
Pan Xiuli
1
-1
/
+5
2016-11-08
Runtime: Add support for clGetMemObjectInfo
Pan Xiuli
2
-4
/
+11
2016-11-08
Runtime: Add suport for sRGB to clEnqueueFillImage
Pan Xiuli
1
-1
/
+22
2016-11-08
Runtime: Add suport for sRGB to clEnqueueCopyImage
Pan Xiuli
1
-1
/
+3
2016-11-08
Runtime: Refine clGetSupportedImageFormats to support CL_MEM_FLAGS
Pan Xiuli
3
-0
/
+7
2016-11-08
Runtime: Add support for sRGB
Pan Xiuli
2
-2
/
+19
2016-11-08
Backend: Add pipe packet size check
Pan Xiuli
1
-0
/
+6
2016-11-08
Backend: Add Pipe Builtin support
Pan Xiuli
2
-2
/
+8
2016-11-08
Runtime: Add pipe related APIs
Pan Xiuli
7
-7
/
+197
2016-11-08
Runtime: Add extensions for OCL20
Pan Xiuli
1
-3
/
+3
2016-11-08
Runtime: Add support of OCL2.0 device queries
Pan Xiuli
3
-3
/
+39
2016-11-08
Runtime: Add clCreateSamplerWithProperties
Pan Xiuli
3
-7
/
+70
2016-11-08
OCL20: Implement clSetKernelExecInfo api
Yang Rong
8
-19
/
+117
[prev]
[next]