index
:
~ldeks/beignet
cb-hack
laura-master
master
Personal branch of beignet.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-01-30
SKL: Add skl pci ids and device.
Yang Rong
2
-3
/
+164
2015-01-23
loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTR
Guo Yejun
3
-4
/
+22
2015-01-23
correct the cache line size to be 64
Guo Yejun
2
-2
/
+2
2015-01-13
Fix the printf buffer size bug.
Junyan He
4
-5
/
+9
2015-01-12
add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIR
Guo Yejun
1
-2
/
+3
2015-01-09
CL/Driver/HSW: Convert L3 cycle for texture to uncachable.
Zhigang Gong
1
-1
/
+1
2015-01-07
CL/Driver: quick fix regression caused by remove MI_FLUSH.
Zhigang Gong
1
-0
/
+2
2015-01-07
CL/Driver: enable atomics in L3 for HSW.
Zhigang Gong
2
-1
/
+14
2015-01-06
Remove obsolete MI_FLUSH
Zhenyu Wang
4
-11
/
+3
2015-01-04
runtime: fix max work group size for IVBGT1.
Zhigang Gong
1
-2
/
+2
2015-01-04
runtime: tweak max memory allocation size.
Zhigang Gong
2
-2
/
+12
2014-12-29
Separate flush and invalidate in function intel_gpgpu_pipe_control.
Yang, Rong
2
-2
/
+36
2014-12-29
Use libdrm interface to get device id
Zhenyu Wang
2
-22
/
+2
2014-12-29
Add aub dump support
Zhenyu Wang
1
-1
/
+16
2014-12-25
Remove deprecated fulsim code
Zhenyu Wang
3
-237
/
+1
2014-12-25
fix min_max_read_image_args and min_max_parameter_size issue.
Luo Xionghu
6
-6
/
+7
[next]