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_mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-13
Optimize clEnqueueWriteImageByKernel and clEnqueuReadImageByKernel.
Yan Wang
1
-7
/
+18
2017-06-13
Fix bug of clEnqueueUnmapMemObjectForKernel and clEnqueueMapImageByKernel.
Yan Wang
1
-34
/
+113
2017-05-18
Implement TILE_Y large image in clEnqueueWriteImage.
Yan Wang
1
-0
/
+46
2017-05-18
Implement TILE_Y large image in clEnqueueReadImage.
Yan Wang
1
-0
/
+55
2017-05-18
Implement TILE_Y large image in clEnqueueMapImage and clEnqueueUnmapMemObject.
Yan Wang
1
-0
/
+111
2016-12-30
Runtime: Use cl_ulong as CL_DEVICE_MAX_MEM_ALLOC_SIZE's return type.
Meng Mengmeng
1
-0
/
+1
2016-12-28
Runtime: fix fill image event assert and some SVM rebase error.
Yang, Rong R
1
-1
/
+1
2016-12-28
Runtime: fix clEnqueueMigrateMemObjects fail.
Yang, Rong R
1
-1
/
+1
2016-12-28
Improve event execute function.
Junyan He
1
-116
/
+74
2016-12-28
Add profiling feature based on new event implementation.
Junyan He
1
-0
/
+9
2016-12-16
Refine clSetMemObjectDestructorCallback API.
Yang Rong
1
-0
/
+14
2016-12-16
Refine clRetain/Release MemObject
Junyan He
1
-0
/
+22
2016-12-16
Modify clGetImageInfo using cl_get_info_helper.
Junyan He
1
-0
/
+86
2016-12-16
Modify clGetMemObjectInfo using cl_get_info_helper.
Junyan He
1
-0
/
+97
2016-09-23
Implement event related functions.
Junyan He
1
-0
/
+2248