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_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-13
add extension intel_planar_yuv.
Luo Xionghu
1
-1
/
+8
2017-01-06
Runtime: Fix a event bug.
Yang Rong
1
-7
/
+21
2016-12-30
Runtime: fix a profiling fail.
Yang Rong
1
-15
/
+3
2016-12-29
GEB/Runtime: eliminate release build warnings.
Yang Rong
1
-0
/
+2
2016-12-28
Add profiling feature based on new event implementation.
Junyan He
1
-51
/
+0
2016-12-19
Move clCreateCommandQueueWithProperties API to command_queue file.
Junyan He
1
-79
/
+0
2016-12-19
Move Device related APIs to new file
Junyan He
1
-82
/
+0
2016-12-16
Refine clSetMemObjectDestructorCallback API.
Yang Rong
1
-26
/
+1
2016-12-16
refine clCreateCommandQueue and clRetainCommandQueue.
Junyan He
1
-38
/
+0
2016-12-16
Refine retain/release sampler API
Junyan He
1
-20
/
+0
2016-12-16
Refine clCreateSampler API.
Junyan He
1
-18
/
+1
2016-12-16
Refine clRetain/Release MemObject
Junyan He
1
-20
/
+0
2016-12-16
Add multi devices support in context.
Junyan He
1
-12
/
+17
2016-12-16
Refine create context APIs.
Junyan He
1
-92
/
+0
2016-12-16
Modify clGetImageInfo using cl_get_info_helper.
Junyan He
1
-14
/
+0
2016-12-16
Modify clGetMemObjectInfo using cl_get_info_helper.
Junyan He
1
-19
/
+0
2016-12-15
Modify program Info using cl_get_info_helper.
Junyan He
1
-127
/
+0
2016-12-15
Modify clGetSamplerInfo using cl_get_info_helper.
Junyan He
1
-29
/
+0
2016-12-15
Modify clGetDeviceInfo using cl_get_info_helper.
Junyan He
1
-14
/
+0
2016-12-15
Modify clGetContextInfo using cl_get_info_helper.
Junyan He
1
-33
/
+0
2016-12-15
Modify clGetCommandQueueInfo using cl_get_info_helper.
Junyan He
1
-29
/
+0
2016-12-15
Modify clGetKernelInfo using cl_get_info_helper.
Junyan He
1
-35
/
+0
2016-12-15
Modify clGetPlatformInfo using cl_get_info_helper.
Junyan He
1
-18
/
+0
2016-12-15
Modify clGetEventInfo using cl_get_info_helper.
Junyan He
1
-32
/
+0
2016-11-08
Runtime: Add support for queue size and fix error handling
Pan Xiuli
1
-7
/
+17
2016-11-08
runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE
Ruiling Song
1
-0
/
+5
2016-11-08
Runtime: Refine clGetSupportedImageFormats to support CL_MEM_FLAGS
Pan Xiuli
1
-0
/
+1
2016-11-08
Runtime: Add support for sRGB
Pan Xiuli
1
-1
/
+1
2016-11-08
Runtime: Add pipe related APIs
Pan Xiuli
1
-0
/
+70
2016-11-08
Runtime: Add clCreateSamplerWithProperties
Pan Xiuli
1
-0
/
+63
2016-11-08
OCL20: Implement clSetKernelExecInfo api
Yang Rong
1
-2
/
+29
2016-11-08
Runtime: Add API clCreateCommandQueueWithProperties
Luo Xionghu
1
-0
/
+70
2016-11-08
OCL20: add svm enqueue apis and svm's sub buffer support.
Yang Rong
1
-0
/
+278
2016-11-08
OCL20: Add svm support.
Yang Rong
1
-0
/
+87
2016-10-10
Fix a bug for event error status.
Junyan He
1
-2
/
+3
2016-09-28
Modify all event related functions using new event handle.
Junyan He
1
-1884
/
+4
2016-09-02
Runtime: Apply base object to cl_accelerator_intel
Junyan He
1
-1
/
+2
2016-09-02
Runtime: Apply base_object to cl_kernel
Junyan He
1
-1
/
+1
2016-09-02
Runtime: Apply base object to cl_command_queue.
Junyan He
1
-1
/
+1
2016-09-02
Runtime: Apply base object to cl_context
Junyan He
1
-1
/
+1
2016-09-02
Runtime: Apply base object to cl_event
Junyan He
1
-1
/
+1
2016-09-02
Runtime: Apply base object ot cl_sampler.
Junyan He
1
-1
/
+2
2016-09-02
Runtime: Apply CL base object to program.
Junyan He
1
-1
/
+1
2016-08-31
avoid too many messages when the driver could not find good values for local_...
Guo Yejun
1
-1
/
+10
2016-07-15
Runtime: Add subgroup extension API in clGetExtensionFunctionAddress
Pan Xiuli
1
-0
/
+1
2016-06-13
Runtime: Add API clGetKernelSubGroupInfoKHR for subgroup extension
Pan Xiuli
1
-0
/
+20
2016-04-29
only release cmrt device when it is already created
Guo Yejun
1
-1
/
+2
2015-12-23
output warning message if do not find a good local_work_size
Guo Yejun
1
-0
/
+4
2015-12-09
fix gcc build error.
Luo Xionghu
1
-1
/
+1
2015-12-09
runtime: add missing supported format image_1d_buffer.
Luo Xionghu
1
-0
/
+1
[next]