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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-25
Add utest for workgroup_broadcast.
Junyan He
3
-0
/
+57
2015-11-25
Handle the WorkGroup_Broadcast logic in insn_selection.
Junyan He
1
-0
/
+87
2015-11-25
Add WorkGroup functions to Gen IR logic in llvm_gen_backend.
Junyan He
2
-1
/
+96
2015-11-25
Add the WorkGroupInstruction as a new type of instruction.
Junyan He
3
-0
/
+190
2015-11-25
libocl: Add the module for work_group functions.
Junyan He
4
-1
/
+246
2015-11-25
Add a benchmark which test do 3*3 median filter in image.
Meng Mengmeng
2
-7
/
+47
2015-11-25
Add a benchmark which test do 3*3 median filter in buffer.
Meng Mengmeng
2
-9
/
+75
2015-11-25
Refine the benchmark tests: copy buffer and image.
Meng Mengmeng
2
-6
/
+6
2015-11-25
Add a option which could set the benchmark unit properly.
Meng Mengmeng
10
-15
/
+15
2015-11-25
Backend: Refine printfs into ir unit
Pan Xiuli
8
-29
/
+25
2015-11-25
runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...
Zhigang Gong
5
-6
/
+13
2015-11-25
GBE: decrease the loop unrolling threshold to 640.
Zhigang Gong
1
-1
/
+1
2015-11-25
GBE: remove useless assertions code.
Zhigang Gong
1
-9
/
+5
2015-11-25
GBE: don't assert even if we fail to compile kernel at the backend stage.
Zhigang Gong
5
-17
/
+31
2015-11-25
GBE: extent register allocator size/offset to 32bit.
Zhigang Gong
2
-29
/
+29
2015-11-25
Utests: Fix the failure for half math tests.
Junyan He
1
-17
/
+24
2015-11-25
Backend: Add gen9 barrier prediction setting
Pan Xiuli
1
-0
/
+1
2015-11-24
Backend: add debugwait function
Pan Xiuli
13
-5
/
+91
2015-11-24
Backend: enable to choose notification register
Pan Xiuli
3
-5
/
+5
2015-11-20
GBE: CreateCall2 is removed in llvm 3.7.
Ruiling Song
1
-4
/
+7
2015-11-19
Runtime: return the correct error code in cl_event_check_waitlist.
Yang Rong
1
-2
/
+4
2015-11-19
Fix sizing error for bitfield
Giuseppe Bilotta
1
-1
/
+1
2015-11-17
Backend: Append the reg interval for registers need for profiling.
Junyan He
1
-0
/
+47
2015-11-17
Backend: Implement StoreProfilingInstruction in GenContext.
Junyan He
1
-0
/
+167
2015-11-17
Backend: Implement emitCalcTimestampInstruction in GenContext.
Junyan He
1
-2
/
+109
2015-11-17
Backend: Add ADD_ and SUB_ timestamps help functions.
Junyan He
4
-7
/
+67
2015-11-17
Backend: Avoid CALC_TIMESTAMP and STORE_PROFILING being scheduled.
Junyan He
1
-1
/
+3
2015-11-17
Backend: Fix two bugs about curbe related pointer.
Junyan He
2
-6
/
+8
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
6
-1
/
+80
2015-11-17
Backend: Add profilingProlog function for GenContext.
Junyan He
2
-0
/
+135
2015-11-17
Backend: Add tm0 function for arf timestamp register.
Junyan He
1
-0
/
+10
2015-11-17
Backend: Add a auxiliary function to convert GenReg to uniform.
Junyan He
1
-0
/
+9
2015-11-17
Backend: Add CalcTimestamp and StoreProfiling to insn selection.
Junyan He
6
-0
/
+163
2015-11-17
Backend: Add IVAR OCL_PROFILING_LOG to control profiling log.
Junyan He
9
-10
/
+32
2015-11-17
Backend: Add CalcTimestamp and StoreProfiling.
Junyan He
2
-0
/
+47
2015-11-17
Backend: Insert store_profiling before lowed return.
Junyan He
1
-0
/
+7
2015-11-17
Backend: Add ProfilingInfo to Unit.
Junyan He
2
-1
/
+15
2015-11-17
Backend: Add profiling registers to curbe.
Junyan He
3
-2
/
+24
2015-11-17
Backend: Add ProfilingInserter and a new function pass.
Junyan He
2
-0
/
+210
2015-11-17
Backend: Add StoreProfiling and CalcTimestamp instructions
Junyan He
3
-2
/
+123
2015-11-17
Backend: Add ProfilingInfo class to ir.
Junyan He
3
-0
/
+208
2015-11-17
First reference beignet's CL header to build
Zhenyu Wang
1
-1
/
+3
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
2
-50
/
+175
2015-11-11
gbe: fix uitofp instruction issue.
Luo Xionghu
1
-1
/
+11
2015-11-11
runtime: extension size not enough.
Luo Xionghu
3
-3
/
+10
2015-11-10
Add document of video motion estimation support.
Chuanbo Weng
2
-0
/
+80
2015-11-10
Add basic utest for block_motion_estimate_intel.
Chuanbo Weng
3
-0
/
+111
2015-11-10
Add extensions intel_accelerator and basic intel_motion_estimation.
Chuanbo Weng
22
-33
/
+1017
[prev]
[next]