index
:
~hejunyan/beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
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
path:
root
/
backend
/
src
/
libocl
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-22
GBE: fix popcount bugs.
Zhigang Gong
1
-1
/
+6
2015-01-16
fix the wrong implementation of popcount.
Luo Xionghu
1
-7
/
+3
2015-01-09
libocl: Reimplement trigonometric functions.
Ruiling Song
1
-378
/
+172
2015-01-09
libocl: remove useless code.
Ruiling Song
1
-57
/
+0
2015-01-09
libocl: implement high precision pown()
Ruiling Song
1
-5
/
+232
2015-01-09
GBE: fix an image regression.
Zhigang Gong
1
-18
/
+27
2015-01-09
libocl: flush denorm to zero in remquo()
Ruiling Song
1
-0
/
+2
2015-01-09
libocl: Correctly handle -inf in exp10.
Ruiling Song
1
-3
/
+3
2015-01-09
libocl: flush denorm into zero in ldexp()
Ruiling Song
1
-1
/
+1
2015-01-09
libocl: Flush denorm input into zero in rootn()
Ruiling Song
1
-0
/
+8
2015-01-09
libocl: Imporve precision of exp()
Ruiling Song
1
-9
/
+27
2015-01-09
libocl: Improve precision of pow/powr.
Ruiling Song
1
-14
/
+67
2015-01-09
add half math function support.
Luo Xionghu
1
-1
/
+15
2015-01-09
GBE: code cleanup.
Zhigang Gong
2
-11
/
+1
2015-01-09
GBE/CL: use 2D image to implement large image1D_buffer.
Zhigang Gong
1
-3
/
+17
2015-01-09
GBE: remove some image1d_buffer related builtin functions.
Zhigang Gong
2
-9
/
+9
2015-01-09
GBE: switch to CLANG native sampler_t.
Zhigang Gong
2
-12
/
+19
2015-01-09
GBE: switch to use CLANG native image types.
Zhigang Gong
2
-212
/
+84
2015-01-09
Refactor all image builtin functions.
Zhigang Gong
1
-308
/
+503
2014-12-16
GBE: Add constant pointer in the memcpy intrinsic.
Zhigang Gong
1
-0
/
+177
2014-12-16
libocl: Move spec required macro to header file.
Ruiling Song
2
-3
/
+3
2014-12-16
libocl: Fix precision of builtin tanpi.
Ruiling Song
1
-1
/
+27
2014-11-11
GBE: fix relocatable issue for pch file.
Zhigang Gong
1
-27
/
+37
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
32
-32
/
+32
2014-11-06
GBE: fix bug in tgamma().
Rebecca Palmer
1
-183
/
+7
2014-11-06
GBE: fix bug in erf()/erfc().
Rebecca Palmer
1
-6
/
+282
2014-11-06
GBE: fix bug in pow()/pown().
Rebecca Palmer
3
-7
/
+18
2014-10-14
add opencl-1.2 builtin function popcount.
Luo
3
-2
/
+40
2014-10-14
Fix memcpy and memset bug.
Yang Rong
2
-27
/
+309
2014-10-11
Re-apply "improve the build performance of vector type built-in function."
Ruiling Song
1
-6
/
+39
2014-09-18
GBE/libocl: Add __gen_ocl_get_timestamp() to get timestamp.
Ruiling Song
2
-0
/
+22
2014-09-18
GBE/libocl: fix build dependency issue.
Zhigang Gong
1
-2
/
+2
2014-09-17
Revert "improve the build performance of vector type built-in function."
Zhigang Gong
1
-39
/
+6
2014-09-16
improve the build performance of vector type built-in function.
Luo Xionghu
1
-6
/
+39
2014-09-16
GBE/libocl: fix a regression after libocl change.
Zhigang Gong
1
-4
/
+4
2014-09-16
GBE/libocl: add missing vector builtin definition for fma.
Zhigang Gong
1
-1
/
+1
2014-09-15
GBE/libocl: Fix sub_sat corner case.
Ruiling Song
1
-1
/
+1
2014-09-11
GBE/libocl: Added one missing prototype fma().
Zhigang Gong
1
-0
/
+1
2014-09-11
GBE: fix bugs when handling -cl-std option.
Zhigang Gong
1
-2
/
+1
2014-09-10
GBE/libocl: fix the wrong prototype of scalar native_powr.
Zhigang Gong
1
-1
/
+1
2014-09-10
Fix the issue of -cl-std=CLX.X option.
Junyan He
1
-1
/
+2
2014-09-10
Add copyright header for all libocl files.
Junyan He
31
-0
/
+533
2014-09-10
Use ${PYTHON_EXECUTABLE} to run python scripts.
Yichao Yu
1
-4
/
+4
2014-09-05
Add the missing function prototypes of any() and atom_add()
Junyan He
2
-0
/
+26
2014-09-04
GBE: remove the user defined macro cl_khr_fp64.
Zhigang Gong
6
-17
/
+17
2014-09-04
Enable libocl and disable the usage of the old huge header.
Junyan He
2
-0
/
+232
2014-09-04
Add memcpy, memset and barrier bitcode files into libocl
Junyan He
3
-0
/
+502
2014-09-04
Add the ocl_defines header file into libocl
Junyan He
1
-0
/
+20
2014-09-04
Add the relational module into libocl as template
Junyan He
3
-0
/
+261
2014-09-04
Add the math function into libocl as template
Junyan He
3
-0
/
+3580
[next]