index
:
~gongzg/beignet
1.0rc
OpenCL20
Release_v0.9.x
Release_v1.0
blender
boolbug
double
draft_function_call
enqueue
fix
fixliveness
fixsched
forhsw
gl_sharing
hack_egl_display
hsw_darktable
image_refine
llvm-3.5
loop_opt
loop_unroll
loopspill
master
merge_gl_sharing
mixsimd16
opencl-1.1
optimize
optimize2
prepare_spill16
spillsimd16
stable
test_math
userptr
vectoropt
vectoropt_test
vload_opt
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
2015-07-17
Runtime: correct event and the wait events compare when check event.
Yang Rong
1
-1
/
+1
2015-07-17
Remove deprecated function cl_context_get_static_kernel().
Zhigang Gong
2
-66
/
+12
2015-07-17
runtime: fix a builtin-kernel related thread safe bug.
Zhigang Gong
2
-8
/
+26
2015-07-17
runtime bug: brw GT3 devices reported to GT2.
Luo Xionghu
1
-5
/
+5
2015-07-17
Reorder GBE_BIN_GENERATER arguments.
Koop Mast
1
-2
/
+2
2015-07-15
Need to check eventWaitList in clEnqueueNDRangeKernel.
Zhigang Gong
1
-0
/
+1
2015-07-15
Fixed a thread safe bug.
Zhigang Gong
6
-18
/
+56
2015-07-15
runtime: Need to separate atomic in L3 test and SLM test in self_test().
Zhigang Gong
1
-3
/
+12
2015-07-14
Runtime: Add default extension for platforms before BDW.
Junyan He
3
-0
/
+14
2015-07-06
runtime: Add cl device's standalone extension.
Junyan He
4
-22
/
+24
2015-07-06
runtime: Use cl_get_platform_default to replace global value.
Junyan He
6
-68
/
+66
2015-07-03
enable CL_UNSIGNED_INT8 for CL_RG to fix regression
Guo Yejun
1
-0
/
+1
2015-07-02
runtime: Add fp16 extension to BDW later platform.
Junyan He
6
-56
/
+102
2015-06-30
use self test to determine enable/or disable atomics in L3 for HSW.
Luo Xionghu
9
-23
/
+66
2015-06-19
enable CL_RG + CL_UNORM_INT8 for image
Guo Yejun
1
-0
/
+5
2015-06-18
fix global variable out of boundary writing in libocl.
Luo Xionghu
1
-1
/
+1
2015-05-18
Docs: update/clarify Haswell issues
Rebecca N. Palmer
1
-5
/
+9
2015-05-18
Add a sanity test in clGetDeviceIDs
Rebecca N. Palmer
1
-0
/
+82
2015-05-12
rename __gen_ocl_get_simd_id/size to get_sub_group_id/size
Guo Yejun
1
-1
/
+1
2015-05-04
Revert "CL/Driver: enable atomics in L3 for HSW."
Zhigang Gong
2
-14
/
+1
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
4
-9
/
+56
2015-05-04
CHV: Add cherryview support in the runtime.
Meng Mengmeng
4
-3
/
+56
2015-04-24
add simd level function __gen_ocl_get_simd_id
Guo Yejun
1
-0
/
+8
2015-04-14
runtime: don't try to open nonexistent render nodes or device files.
Zhigang Gong
1
-1
/
+4
2015-04-13
GBE: refine error handling for private libva buffer sharing extension.
Zhigang Gong
2
-0
/
+11
2015-04-13
GBE: Extend front label ip to 32 bit on demand.
Zhigang Gong
1
-4
/
+12
2015-04-10
runtime: Enhance the error handling when flush gpgpu command queue.
Zhigang Gong
9
-30
/
+30
2015-03-27
Fix: (v3) Event callback that were not executed when command was already CL_C...
David Couturier
2
-22
/
+61
2015-03-24
Don't crash if device inaccessible
Rebecca N. Palmer
1
-1
/
+0
2015-03-19
Query the driver directly for compute units and subslice
Jeff McGee
2
-4
/
+31
2015-03-19
Add driver callback for updating device info
Jeff McGee
4
-18
/
+43
2015-03-18
runtime: fix a conformance bug in cl_get_kernel_arg_info.
Zhigang Gong
1
-1
/
+5
2015-03-17
Add LLVM_INCLUDE_DIR to CMakeList of src.
Junyan He
1
-1
/
+2
2015-03-13
only support spir extension for beignet build with llvm 3.5 or later.
Luo Xionghu
1
-0
/
+3
2015-03-09
enable cl_khr_spir extension to build and run from SPIR binary.
Luo Xionghu
4
-3
/
+26
2015-02-27
Crash when hardware inaccessible
Rebecca N. Palmer
1
-13
/
+16
2015-02-13
Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.
Chuanbo Weng
4
-9
/
+57
2015-02-09
SKL: fix some 3D and 2D array image fail.
Yang Rong
3
-4
/
+19
2015-02-09
runtime: don't free the host_ptr for a subbuffer.
Zhigang Gong
1
-1
/
+3
2015-02-06
runtime: fix a potential null pointer dereference.
Zhigang Gong
1
-6
/
+7
2015-02-06
Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...
Chuanbo Weng
9
-12
/
+172
2015-02-06
Return error, don't crash, on allocation failure
Rebecca N. Palmer
1
-10
/
+13
2015-02-06
Backend: Fix one bug of printf because of ir reorder.
Junyan He
1
-1
/
+1
2015-01-30
SKL: Add function intel_gpgpu_bind_image_gen9.
Yang Rong
4
-6
/
+90
2015-01-30
SKL: add skl select_pipeline and cache_control functions.
Yang Rong
2
-2
/
+25
2015-01-30
SKL: Add the function gen9' intel_build_idrt.
Yang Rong
2
-3
/
+48
2015-01-30
SKL: correct the pipe control struct.
Yang Rong
2
-2
/
+77
2015-01-30
SKL: Use TILE_Y as default TILING mode in skl.
Yang Rong
1
-1
/
+2
2015-01-30
SKL: enable skl device.
Yang Rong
3
-3
/
+73
[prev]
[next]