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
/
kernels
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-14
Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y.
Yan Wang
4
-0
/
+74
2017-05-25
Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.
Yan Wang
2
-0
/
+36
2016-10-21
Runtime: avoid clang warning "warning: expression result unused".
Yang, Rong R
1
-1
/
+1
2016-09-28
Runtime: Fix accesss quilifer for internal kernels
Pan Xiuli
2
-2
/
+2
2016-04-05
Add condition checking of residuals because it may be NULL.
Yan Wang
1
-3
/
+6
2016-01-08
change built-in function name from get_sub_group_size to get_max_sub_group_size
Guo Yejun
1
-1
/
+1
2015-11-17
Full support of cl_intel_motion_estimation extension.
Chuanbo Weng
1
-33
/
+166
2015-11-10
Add extensions intel_accelerator and basic intel_motion_estimation.
Chuanbo Weng
1
-0
/
+233
2015-05-04
add benckmark for copy data from buffer to image.
Luo Xionghu
1
-1
/
+1
2015-05-04
Optimization of clEnqueueCopyBufferToImage for 16 aligned case.
Luo Xionghu
1
-0
/
+18
2015-02-13
Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.
Chuanbo Weng
1
-0
/
+19
2015-02-06
Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...
Chuanbo Weng
6
-0
/
+132
2014-07-16
improve the clEnqueueCopyBufferRect performance in some cases
Lv Meng
1
-0
/
+15
2014-06-24
add cpu copy for 1Darray and 2darray related copy APIs.
Luo
1
-0
/
+19
2014-06-24
implement API clEnqueueFillImage.
Luo
5
-0
/
+76
2014-06-13
Add the kernels used by clEnqueueBufferFill API
Junyan He
5
-0
/
+47
2014-05-22
move enqueue_copy_image kernels outside of runtime code.
Luo
15
-13
/
+186
2014-04-02
Add three copy cl files for Enqueue Copy usage.
Junyan He
3
-0
/
+76
2013-10-10
Add the internal used kernels for buffer copy
Junyan He
3
-0
/
+28