index
:
~rongyang/beignet
Release_v0.9.x
Release_v1.0
master
opencl-1.1
stable
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
2013-10-22
implement __builtin_* functions
Release_v0.3
Homer Hsing
1
-7
/
+34
2013-10-22
Bump to version 0.3.
Zhigang Gong
3
-14
/
+2
2013-10-22
add a semaphore for clang lib
Homer Hsing
3
-1
/
+14
2013-10-22
Disable instrucion schedule temp.
Yang Rong
1
-2
/
+2
2013-10-22
Fix two memory leak.
Chuanbo Weng
2
-1
/
+5
2013-10-22
GBE: Fix a bo->offset assert
Ruiling Song
2
-0
/
+5
2013-10-22
Fix zeroinitializer load/store vector assert.
Yang Rong
1
-12
/
+41
2013-10-22
Add a test for vector argument deallocate assert.
Yang Rong
3
-0
/
+70
2013-10-22
Change -O3 to -O2 again because my previous change's typo.
Yang Rong
1
-1
/
+1
2013-10-22
Refine vector register deallocate.
Yang Rong
1
-44
/
+3
2013-10-22
Fix a vector argument deallocate assert.
Yang Rong
3
-4
/
+35
2013-10-21
Add more type for async copy test case.
Yang Rong
2
-50
/
+74
2013-10-21
use int64_t to express "long" in a test case
Homer Hsing
1
-10
/
+13
2013-10-21
runtime: Simply return success in clUnloadCompiler.
Ruiling Song
1
-2
/
+1
2013-10-21
GBE: Handle all-zero constant.
Ruiling Song
2
-6
/
+21
2013-10-18
support vectorized saturated converting builtin functions
Homer Hsing
3
-101
/
+1696
2013-10-18
support saturated converting from narrower type to wider type
Homer Hsing
1
-0
/
+38
2013-10-18
support saturated converting from 64-bit int
Homer Hsing
6
-0
/
+75
2013-10-18
Runtime: correct some image related maximum values for IVB.
Zhigang Gong
1
-1
/
+1
2013-10-18
Add test case for newValueProxy of InsertElementInst.
Yang Rong
3
-0
/
+30
2013-10-18
Remove newValueProxy from scalarize pass to genWriter pass.
Yang Rong
5
-47
/
+31
2013-10-18
add clCreateImageFromLibvaIntel() api
Lu Guanqun
9
-9
/
+141
2013-10-18
add clCreateBufferFromLibvaIntel() api
Lu Guanqun
7
-0
/
+78
2013-10-18
Implement the CL api for clGetEventProfilingInfo
Junyan He
1
-3
/
+32
2013-10-18
Using the PIPE_CONTROL to implement get time stamp in gen backend
Junyan He
7
-3
/
+96
2013-10-17
utests: add test cases for function call.
Ruiling Song
3
-14
/
+252
2013-10-17
GBE: Skip non-kernel functions in backend passes.
Ruiling Song
4
-0
/
+28
2013-10-17
GBE: Inline all function calls.
Ruiling Song
1
-0
/
+14
2013-10-17
Add type long/ulong/double's async copy.
Yang Rong
1
-0
/
+3
2013-10-17
Fix a read64/write64 schedule bug.
Yang Rong
1
-2
/
+2
2013-10-14
Delete the redundant intel_batchbuffer_t init in intel_gpgpu_new
Junyan He
1
-1
/
+0
2013-10-14
GBE: Update program binary format.
Ruiling Song
3
-13
/
+7
2013-10-14
GBE: Support local variable inside kernel function.
Ruiling Song
11
-64
/
+179
2013-10-14
support LLVM 3.4
Homer Hsing
4
-7
/
+12
2013-10-10
Add the test case for clEnqueueCopyBuffer
Junyan He
2
-0
/
+67
2013-10-10
Implement the clEnqueueCopyBuffer API using internal binary kernel
Junyan He
5
-12
/
+157
2013-10-10
Add the internal used kernels for buffer copy
Junyan He
4
-0
/
+46
2013-10-10
Add the string format support for gbe_bin_generater
Junyan He
1
-3
/
+44
2013-10-10
Implement api clCreateKernelsInProgram.
Yang Rong
3
-2
/
+45
2013-10-10
utests: put compiler_vector_inc into known issue list.
Ruiling Song
1
-1
/
+1
2013-10-10
saturated conversion of native GPU data type, larger to narrower
Homer Hsing
10
-7
/
+259
2013-10-10
fix isnan (builtin function)
Homer Hsing
1
-1
/
+5
2013-10-09
Add some preprocessor macros __IMAGE_SUPPORT__ and __FAST_RELAXED_MATH__ define.
Yang Rong
2
-1
/
+7
2013-10-09
Remove blocking asserts in clEnqueueXXX apis.
Yang Rong
1
-25
/
+0
2013-10-09
Change optimize level to -O2, to avoid loopunswitch opt.
Yang Rong
1
-1
/
+1
2013-10-09
GBE: sampler_t should always be a const int.
Zhigang Gong
1
-1
/
+1
2013-10-08
ICD dispatch table must be first
Simon Richter
1
-1
/
+1
2013-09-26
GBE: Refine the curbe entry allocation for sampler/image information.
Zhigang Gong
8
-47
/
+58
2013-09-26
GBE: refact the curbe register payload allocation.
Zhigang Gong
3
-80
/
+55
2013-09-26
GBE: Fix the out-of-box checking for normalized coord clamping.
Zhigang Gong
2
-13
/
+19
[next]