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-12-21
Backend: Fix a memory leak for structurizer.
HEAD
master
Junyan He
1
-5
/
+4
2015-12-21
add support for build option -cl-fast-relaxed-math
Guo Yejun
6
-13
/
+35
2015-12-14
fix debug instruction welform assert.
Luo Xionghu
1
-1
/
+7
2015-12-14
fix workgroup_broadcast instruction debug mode assert.
Luo Xionghu
1
-1
/
+1
2015-12-14
Utest: Add a bitonic sort test for non-constant extractelement
Pan Xiuli
3
-1
/
+94
2015-12-14
Backend: Implement the non-constant extractelement scalarize
Pan Xiuli
1
-7
/
+39
2015-12-14
Utests: Add test cases for reduce add.
Junyan He
2
-0
/
+81
2015-12-14
Backend: Add reduce add to gen_context.
Junyan He
1
-2
/
+22
2015-12-14
Utests: Add test cases for workgroup reduce max/min.
Junyan He
3
-0
/
+203
2015-12-14
Runtime: Add the threadid calculation for curbe.
Junyan He
1
-1
/
+11
2015-12-14
Backend: Implement reduce min and max in gen_context
Junyan He
1
-5
/
+279
2015-12-14
Backend: Add state register into schedule consideration.
Junyan He
1
-4
/
+12
2015-12-14
Backend: Add WORKGROUP_OP instruction selection.
Junyan He
6
-0
/
+41
2015-12-14
Add forward message function for gen encoder.
Junyan He
2
-0
/
+14
2015-12-14
Backend: Establishing the thread/TID-EUID map.
Junyan He
2
-8
/
+151
2015-12-14
libocl: Refine the workgroup functions, add signed info.
Junyan He
1
-57
/
+57
2015-12-14
Backend: Add threadid as a curbe register.
Junyan He
4
-3
/
+7
2015-12-14
Backend: Add tidMapSLM and wgBroadcastSLM to each function.
Junyan He
3
-9
/
+20
2015-12-14
Backend: Add sr0 reg helper function.
Junyan He
2
-7
/
+11
2015-12-14
add Broxton support
Guo Yejun
12
-12
/
+213
2015-12-10
fix LLVM 3.5 fail.
Luo Xionghu
1
-0
/
+14
2015-12-10
utests: add an utest for mix
Pan Xiuli
3
-1
/
+56
2015-12-10
Backend: refine mix with hardware lrp function
Pan Xiuli
13
-1
/
+37
2015-12-10
utest: add utest to generate spir binary from beignet.
Luo Xionghu
1
-0
/
+99
2015-12-10
backend: enable option -dump-spir-binary to generate SPIR binary from beignet.
Luo Xionghu
1
-5
/
+22
2015-12-10
runtime: add macro DEBUGP() to handle debug printf.
Ruiling Song
2
-3
/
+9
2015-12-10
Utest: Add test for get_global/local_linear_id
Pan Xiuli
5
-1
/
+183
2015-12-10
utest: write to dst buffer to fix utest failure
Ruiling Song
1
-0
/
+2
2015-12-10
libocl: Add three work-item built-in function
Pan Xiuli
2
-0
/
+33
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
GBE: implement pre-register-allocation instruction scheduling.
Zhigang Gong
1
-21
/
+116
2015-12-09
change the sampler type value to keep same with spir spec.
Luo Xionghu
1
-17
/
+16
2015-12-09
gbe/libocl: define the gentype half_xxx math function instead of using MACRO.
Luo Xionghu
3
-29
/
+70
2015-12-09
gbe: add vec_type_hint's type into functionAttributes.
Luo Xionghu
3
-7
/
+104
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
gbe/libocl: change xxx_fence function to OVERLOADABLE.
Luo Xionghu
2
-6
/
+6
2015-12-09
gbe: use kernel_arg_base_type to recognize image arguments.
Luo Xionghu
2
-7
/
+21
2015-12-09
gbe/libocl: define the vloada_xxx function instead of using MACRO.
Luo Xionghu
2
-8
/
+26
2015-12-09
add utest to demo how to run CM kernerl via OpenCL APIs
Guo Yejun
3
-0
/
+280
2015-12-09
make Beignet as intermedia layer of CMRT
Guo Yejun
15
-14
/
+497
2015-12-02
GBE/DebugInfo: Print line and column NO. with ASM
Bai Yannan
1
-0
/
+7
2015-12-02
GBE/DebugInfo: Pass debug info : SEL IR => GenInsn
Bai Yannan
4
-1
/
+23
2015-12-02
GBE/DebugInfo: Pass debug info : GEN IR => SEL IR
Bai Yannan
2
-0
/
+14
2015-12-02
GBE/DebugInfo: Pass debug info :llvm IR => GEN IR
Bai Yannan
4
-1
/
+25
2015-12-02
GBE/DebugInfo: Enable new feature
Bai Yannan
2
-0
/
+7
2015-11-26
check image from buffer's base address alignment.
Luo Xionghu
1
-0
/
+9
[next]