index
:
~hejunyan/beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
master
opencl-1.1
stable
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-15
wait
Junyan He
1
-2
/
+1
2016-04-05
cc
Junyan He
1
-13
/
+0
2016-03-22
ker
Junyan He
1
-1
/
+1
2016-02-23
init version
Junyan He
5
-11
/
+11
2016-01-19
fix typo for DEBUGP to avoid print extra empty line
Guo Yejun
1
-3
/
+5
2016-01-08
change built-in function name from get_sub_group_size to get_max_sub_group_size
Guo Yejun
1
-1
/
+1
2016-01-05
SKL: use the hw defautl value mocs index before linux 4.3.
Yang Rong
1
-1
/
+15
2016-01-05
do not call memcpy for cl_enqueue_read_buffer if userptr is enabled
Guo Yejun
1
-1
/
+4
2015-12-23
output warning message if do not find a good local_work_size
Guo Yejun
3
-5
/
+17
2015-12-23
Driver: Fix GPGPU delete bug
Pan Xiuli
1
-2
/
+2
2015-12-23
Runtime: because double's built-ins haven't completely support, so disable it...
Yang Rong
1
-0
/
+21
2015-12-21
add support for build option -cl-fast-relaxed-math
Guo Yejun
1
-1
/
+1
2015-12-14
Runtime: Add the threadid calculation for curbe.
Junyan He
1
-1
/
+11
2015-12-14
add Broxton support
Guo Yejun
3
-7
/
+41
2015-12-10
runtime: add macro DEBUGP() to handle debug printf.
Ruiling Song
2
-3
/
+9
2015-12-09
SKL: Use kernel-defined MOCS values instead of assuming hardware defaults.
Francisco Jerez
1
-2
/
+2
2015-12-09
fix gcc build error.
Luo Xionghu
2
-2
/
+2
2015-12-09
runtime: add missing supported format image_1d_buffer.
Luo Xionghu
1
-0
/
+1
2015-12-09
runtime: fix clLinkProgram bug.
Luo Xionghu
1
-0
/
+10
2015-12-09
runtime: fix clCompileProgram bug.
Luo Xionghu
3
-13
/
+6
2015-12-09
runtime: initialize the memory content to 0.
Luo Xionghu
1
-0
/
+1
2015-12-09
make Beignet as intermedia layer of CMRT
Guo Yejun
14
-14
/
+491
2015-11-26
check image from buffer's base address alignment.
Luo Xionghu
1
-0
/
+9
2015-11-25
runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...
Zhigang Gong
5
-6
/
+13
2015-11-19
Runtime: return the correct error code in cl_event_check_waitlist.
Yang Rong
1
-2
/
+4
2015-11-17
Runtime: Bind the profiling buffer when profiling enabled.
Junyan He
6
-1
/
+126
2015-11-17
Add profiling info APIs to runtime.
Junyan He
2
-0
/
+18
2015-11-17
CMake: Add -lrt to the link command of libcl.so
Junyan He
1
-0
/
+1
2015-11-17
Full support of cl_intel_motion_estimation extension.
Chuanbo Weng
1
-33
/
+166
2015-11-11
runtime: extension size not enough.
Luo Xionghu
3
-3
/
+10
2015-11-10
Add extensions intel_accelerator and basic intel_motion_estimation.
Chuanbo Weng
21
-33
/
+914
2015-11-10
Add extension clCreateImageFromFdINTEL to create cl image by external fd.
Chuanbo Weng
6
-0
/
+125
2015-11-10
Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...
Chuanbo Weng
6
-3
/
+93
2015-11-04
set the pitch of image from buffer to the buffer's pitch.
Luo Xionghu
1
-1
/
+6
2015-11-03
fix regression issue for climage + uesrptr
Guo Yejun
1
-1
/
+2
2015-11-03
runtime: dynamically get global memory size and max alloc size
Pan Xiuli
2
-4
/
+20
2015-11-03
driver: add setup_bti_gen9 for bigger buffer up to 4G
Pan Xiuli
1
-2
/
+39
2015-11-03
runtime: refine the cl_device_id to support bigger memory
Pan Xiuli
6
-11
/
+73
2015-11-03
drivers: change the buf size to size_t
Pan Xiuli
2
-9
/
+12
2015-10-27
Runtime: Refine ext enable function for platform.
Junyan He
3
-19
/
+54
2015-10-21
Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.
Yang Rong
3
-0
/
+4
2015-10-21
use table to define and query binary headers.
Luo Xionghu
2
-26
/
+39
2015-10-20
add conditions of pitch and h to enable userptr for climage_use_host_ptr
Guo Yejun
1
-1
/
+4
2015-10-20
pitchalignment should be set to 1.
Luo Xionghu
1
-1
/
+1
2015-10-20
Revert "return 32 could gain 0.2% performance on opencv optical flow case."
Luo Xionghu
1
-1
/
+1
2015-10-20
alignment of NO TILING surface limitation shouldn't be removed.
Luo Xionghu
1
-3
/
+4
2015-10-14
enable USE_HOST_PTR for cl image with userptr to avoid extra copying
Guo Yejun
3
-18
/
+44
2015-10-14
refine code to separate the usage of data and image2d_from_buffer
Guo Yejun
3
-26
/
+38
2015-10-13
Fix a event leak in create context
Pan Xiuli
1
-0
/
+1
2015-10-13
runtime: refine the last_event in queue to a list
Pan Xiuli
3
-27
/
+55
[next]