projects
/
contrib
/
beignet.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
contrib/beignet.git
2013-11-27
Yang Rong
Add vload_half and vstore_half build in.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-27
Yang Rong
Add convert between fp16 and fp32.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-15
Yang Rong
Fix a compare immediate optimize error.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-15
Yang Rong
Add FCmpInst ord support.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-15
Homer Hsing
fix builtin function "round"
commit
|
commitdiff
|
tree
|
snapshot
2013-11-15
Homer Hsing
improve builtin function "rint"
commit
|
commitdiff
|
tree
|
snapshot
2013-11-15
Homer Hsing
fix builtin function "isnormal"
commit
|
commitdiff
|
tree
|
snapshot
2013-11-15
Homer Hsing
put a mutex around gbe_program_new_from_llvm
commit
|
commitdiff
|
tree
|
snapshot
2013-11-15
Homer Hsing
fix ASR operator for 64bit integer
commit
|
commitdiff
|
tree
|
snapshot
2013-11-14
Yang Rong
Remove boolean values cannot cross their definition...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Homer Hsing
fix builtin function "ilogb"
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Homer Hsing
fix builtin function "ldexp"
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Homer Hsing
fix builtin function "nextafter"
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Homer Hsing
fix builtin function "fdim"
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Zhigang Gong
GBE: fix the constant data allocation.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Zhigang Gong
GBE: remove all vstore macros for constant memory space.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Yang Rong
Add bitcast support between vetor and scalar type.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Yang Rong
Add other unsigned interger types mask type of shuffle...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Zhigang Gong
GBE: Add support for kernel attribute reqd_work_group_size.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-12
Ruiling Song
GBE: handle half type size
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Zhigang Gong
Runtime: complete the api clGetKernelWorkGroupInfo.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Homer Hsing
ignore a clang unsupported building option
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Zhigang Gong
gbe_bin_generator: should not use append option when...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Junyan He
Fixup the problem of CL_PROGRAM_BINARIES in clGetProgra...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Homer Hsing
fix builtin function "fmax"
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Ruiling Song
GBE: Fix alignment for private variables
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Ruiling Song
GBE: Fix alignment according to OCL spec
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Ruiling Song
GBE: Remove max_limit for struct alignment
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Homer Hsing
release context in runtime_createcontextfromtype
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Junyan He
Move the gpgpu struct from cl_command_queue to thread...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Junyan He
Add the clGetMemObjectInfo options for sub-buffer and...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Junyan He
Add the test case for sub buffer check
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Junyan He
Implement the clCreateSubBuffer API
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Junyan He
Add the bo's internal offset support when do drm_intel_...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Ruiling Song
GBE: fix a 64bit scalar register issue.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Homer Hsing
improve multithread calling of llvm
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Homer Hsing
fix builtin function "fract"
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Homer Hsing
fix builtin function "copysign"
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Homer Hsing
fix builtin function 'frexp'
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Homer Hsing
release previous program in cl_kernel_init
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Homer Hsing
release previous kernel in cl_kernel_init
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Zhigang Gong
Runtime: fix some max/alignment values.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Zhigang Gong
Runtime: fix one bug in clGetProgramInfo.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Zhigang Gong
GBE: Don't modify argument 0 of the get image informati...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Zhigang Gong
Runtime: fix the length of properties.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Zhigang Gong
Runtime: implement clGetSamplerInfo.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Zhigang Gong
Runtime: fix some max values.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Zhigang Gong
Runtime: fix the incorrect device info string size.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Ruiling Song
GBE: disable MulAdd pattern in instruction selection...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Lu Guanqun
utests: add test case for structure argument
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Yang Rong
fix the error that structure would be pushed twice
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Ruiling Song
GBE: use ISA mad for mad() builtin function.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Ruiling Song
utests: use mad which will get better precision.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-04
Zhigang Gong
Add a necessary include path for building with mesa.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-04
Homer Hsing
fix operators for 64 bit integer
commit
|
commitdiff
|
tree
|
snapshot
2013-11-04
Homer Hsing
fix pointer bugs in linked list
commit
|
commitdiff
|
tree
|
snapshot
2013-11-04
Homer Hsing
fix ill-coded utest_run::main
commit
|
commitdiff
|
tree
|
snapshot
2013-10-31
Homer Hsing
add same type converting
commit
|
commitdiff
|
tree
|
snapshot
2013-10-31
Ruiling Song
runtime: Fix a dangling pointer issue
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Zhigang Gong
GBE: fixed one bug for vector relational builtin functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Homer Hsing
fix built-in function "normalize"
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Homer Hsing
fix built-in function "fast_normalize"
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Ruiling Song
GBE: Give a zero-initialized register for Undef value.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Yang Rong
Refine the build option checking.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Yang Rong
Fix a event segment fault.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Zhigang Gong
GBE: enable bitselect vector builtin functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Zhigang Gong
Runtime: fixed an incorrect error checking for CL_INVAL...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Zhigang Gong
GBE: fix 3-component vector's astype macros.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Zhigang Gong
GBE: fix a bug for the cast(FPToUI) instruction.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Homer Hsing
fix built-in function "length"
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Homer Hsing
delete vec-8 or vec-16 typed geometric built-in
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Homer Hsing
not use "mad" in vector type "dot"
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Yang Rong
Per openCL spec, set p->is_built to 1 when build fail.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Yang Rong
Re-build the program when build option changed.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Yang Rong
Remove CL_FP_DENORM in clGetDeviceInfo.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Yang Rong
Add preprocessor #define that match the extension name...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Yi Sun
utest: add test case for builtin function exp/exp2...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Yi Sun
utest: Add test case for built-in function pow.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Homer Hsing
support saturated-rounding converting
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Homer Hsing
support converting with rounding mode
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Homer Hsing
initialize GenRegister::subphysical
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Homer Hsing
add scalar type builtin function "dot"
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Homer Hsing
implement __builtin_* functions
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Zhigang Gong
Bump to version 0.3.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Homer Hsing
add a semaphore for clang lib
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Yang Rong
Disable instrucion schedule temp.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Chuanbo Weng
Fix two memory leak.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Ruiling Song
GBE: Fix a bo->offset assert
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Yang Rong
Fix zeroinitializer load/store vector assert.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Yang Rong
Add a test for vector argument deallocate assert.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Yang Rong
Change -O3 to -O2 again because my previous change...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Yang Rong
Refine vector register deallocate.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Yang Rong
Fix a vector argument deallocate assert.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-21
Yang Rong
Add more type for async copy test case.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-21
Homer Hsing
use int64_t to express "long" in a test case
commit
|
commitdiff
|
tree
|
snapshot
2013-10-21
Ruiling Song
runtime: Simply return success in clUnloadCompiler.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-21
Ruiling Song
GBE: Handle all-zero constant.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-18
Homer Hsing
support vectorized saturated converting builtin functions
commit
|
commitdiff
|
tree
|
snapshot
2013-10-18
Homer Hsing
support saturated converting from narrower type to...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-18
Homer Hsing
support saturated converting from 64-bit int
commit
|
commitdiff
|
tree
|
snapshot
next