index
:
beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
Beignet OpenCL Library for Intel Ivy Bridge and newer GPUs (mirrored from https://gitlab.freedesktop.org/beignet/beignet)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-05
support built-in function "upsample"
Homer Hsing
11
-0
/
+107
2013-07-05
Add the step builtin function support
Junyan He
1
-0
/
+46
2013-07-05
GBE: Clear the value map when start a new scalarize pass.
Zhigang Gong
4
-31
/
+12
2013-07-05
support global scalar constants
Homer Hsing
1
-5
/
+34
2013-07-03
Add the abs_diff builtin function support
Junyan He
1
-0
/
+84
2013-07-03
Add the vector3 support for builtin abs function
Junyan He
1
-1
/
+3
2013-07-03
Modify all the builtin function vect return to (vect_name)(e1, e2, e3)
Junyan He
1
-35
/
+35
2013-07-03
Disable error message output in release version.
Ruiling Song
1
-2
/
+1
2013-07-03
GBE: fixed a barrier related bug.
Zhigang Gong
2
-8
/
+7
2013-07-02
support built-in functions "mul_hi", "mad_hi"
Homer Hsing
9
-0
/
+111
2013-07-02
support built-in functions "hadd", "rhadd"
Homer Hsing
13
-0
/
+129
2013-07-01
Add the builtin function abs() support
Junyan He
4
-3
/
+57
2013-07-01
Fix options parse infinite loop bug.
Yang Rong
1
-1
/
+1
2013-07-01
GBE: fixed the bug when sext a i1 to i8/i16/i32.
Zhigang Gong
1
-1
/
+6
2013-06-27
Fix some math function error in simd16.
Yang Rong
1
-0
/
+2
2013-06-27
Add all atomic built-in functions.
Yang Rong
3
-1
/
+203
2013-06-27
Add atomic help functions.
Yang Rong
12
-14
/
+247
2013-06-27
support build-in function "rotate"
Homer Hsing
1
-0
/
+33
2013-06-26
Refine the get_local_id/... builtins.
Zhigang Gong
1
-5
/
+3
2013-06-26
GBE: Add more support of char and short arithmetic
Ruiling Song
2
-26
/
+65
2013-06-26
support zero bit counting
Homer Hsing
13
-3
/
+105
2013-06-25
Docs: Rearrange documents according to wiki page on fd.o.
Zhigang Gong
12
-1786
/
+0
2013-06-25
GBE: work around the local memory barrier fence issue.
Zhigang Gong
1
-2
/
+2
2013-06-24
GBE: Fix a bug in encoding MATH instruction
Ruiling Song
1
-2
/
+3
2013-06-21
Enable generation of convert_ and as_ functions for double
Simon Richter
2
-1
/
+775
2013-06-21
Define double vector types
Simon Richter
1
-0
/
+1
2013-06-21
Enable cl_khr_fp64 extension for OpenCL stdlib header
Simon Richter
1
-0
/
+4
2013-06-21
Add long and ulong types to generated functions.
Simon Richter
2
-1
/
+1219
2013-06-21
Define all convert_* functions.
Simon Richter
4
-23
/
+907
2013-06-21
Generate all supported as_* functions
Simon Richter
5
-7
/
+1236
2013-06-21
add a lost special register name
Homer Hsing
1
-0
/
+1
2013-06-21
Support 64-bit float
Homer Hsing
11
-22
/
+476
2013-06-20
GBE: Fixed one bug in scalarize pass
Zhigang Gong
1
-2
/
+4
2013-06-19
Fix some piglit constant buffer tests fail.
Yang Rong
1
-1
/
+6
2013-06-17
GBE: Fixed GBE: Fix some builtin functions' return value.
Zhigang Gong
1
-13
/
+16
2013-06-17
Add memory fence before barrier to support global memory barrier.
Yang Rong
9
-10
/
+63
2013-06-14
Refine error check in SetKernelArg() and support NULL buffer argument
Ruiling Song
1
-1
/
+4
2013-06-09
Add mem_fence built-in.
Yang Rong
1
-0
/
+7
2013-06-09
GBE: Fixed a bug in register expieration.
Zhigang Gong
1
-1
/
+5
2013-06-06
improve disassembling GPU binary code
Homer Hsing
1
-7
/
+37
2013-06-06
Pad instruction stream with 8 nops;
Zou Nan hai
1
-0
/
+4
2013-06-05
Adaptions for LLVM 3.3 / SPIR
Dag Lem
8
-190
/
+285
2013-06-05
GBE: Add two builtin functions get_work_dim / get_global_offset.
Zhigang Gong
8
-3
/
+17
2013-06-04
Enable built-in sub_sat/add_sat vector type.
Ruiling Song
1
-3
/
+17
2013-06-04
GBE: fixed a predication bug for DW multiplication.
Zhigang Gong
1
-5
/
+12
2013-05-31
GBE: Fixed a 3 elements vector load/store bug.
Zhigang Gong
1
-2
/
+15
2013-05-31
Fix a random assert caused by scalarize pass.
Yang Rong
4
-7
/
+18
2013-05-30
Correct sampler address clamping for read image functions.
Dag Lem
1
-3
/
+4
2013-05-30
GBE: Fixed a hang issue on 64bit system.
Zhigang Gong
1
-1
/
+1
2013-05-29
Pass user options to clang.
Yang Rong
1
-3
/
+24
[next]