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
/
utests
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-12
only build tests that do not need compiler when standalone compiler is provided
Guo Yejun
1
-9
/
+19
2015-01-12
add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIR
Guo Yejun
1
-2
/
+3
2015-01-09
utests: skip one test when it fail to open XDisplay.
Zhigang Gong
1
-0
/
+4
2015-01-06
fix utest build for some old gcc version
Guo Yejun
5
-26
/
+26
2015-01-06
Don't check some edge condtion in non-strict mode.
Zhigang Gong
1
-2
/
+2
2015-01-04
add edge case detection for powr in utests
Meng Mengmeng
2
-3
/
+6
2015-01-04
utests: reduce test count.
Zhigang Gong
1
-4
/
+5
2014-12-16
disable overflow utest test before llvm-3.5
Luo Xionghu
1
-1
/
+6
2014-12-16
change the utest summary code
Zhu Bingbing
2
-5
/
+6
2014-12-16
Fix delete operator using.
Yan Wang
2
-2
/
+2
2014-12-15
refine overflow utest to cover nsetc fail cases.
Luo Xionghu
1
-0
/
+52
2014-12-04
refine bswap utest to cover nsetc fail cases.
Luo Xionghu
1
-0
/
+7
2014-12-04
utests: Add const private array initialization test.
Ruiling Song
2
-0
/
+28
2014-12-02
utests: make utests maths ULP values consistent with specification
Meng Mengmeng
3
-8
/
+96
2014-12-02
add utest of CL_MEM_ALLOC_HOST_PTR
Guo Yejun
2
-0
/
+26
2014-12-02
refine utest of cl_mem_use_host_ptr
Guo Yejun
2
-12
/
+1
2014-12-02
add test of cl_mem_use_host_ptr into benchmark
Guo Yejun
2
-0
/
+25
2014-12-01
utests: Add one case to test negative index array access.
Zhigang Gong
2
-0
/
+46
2014-11-27
utests: fix indent in CMakeLists.txt
Zhigang Gong
1
-10
/
+10
2014-11-27
add test for clCreateImageFromLibvaIntel
Guo Yejun
2
-1
/
+218
2014-11-27
utests: reduce work group size to 256 to satisfy BYT platform.
Zhigang Gong
1
-1
/
+1
2014-11-25
utests: fix a typo in test cases.
Zhigang Gong
1
-1
/
+1
2014-11-25
utests: fix work group size issue in compiler_fill_image_2d_array.
Zhigang Gong
1
-2
/
+2
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
19
-19
/
+19
2014-11-11
utests: remove all shader toy test cases.
Zhigang Gong
2
-88
/
+0
2014-11-11
Revert "add test for clCreateImageFromLibvaIntel"
Zhigang Gong
2
-218
/
+1
2014-11-10
use posix_memalign instead of aligned_alloc to be more compatible
Guo Yejun
1
-1
/
+4
2014-11-10
add test for clCreateImageFromLibvaIntel
Guo Yejun
2
-1
/
+218
2014-11-07
add test for cl buffer created with CL_MEM_USE_HOST_PTR
Guo Yejun
2
-0
/
+42
2014-11-06
utests: add a test to trigger cl_float3 bug in clSetKernelArg.
Ruiling Song
2
-0
/
+31
2014-11-06
utests: fix bugs in builtin_tgamma().
Rebecca Palmer
1
-2
/
+7
2014-11-06
utests: fix bugs in builtin_pow().
Rebecca Palmer
1
-5
/
+11
2014-11-06
GBE: fix bug in erf()/erfc().
Rebecca Palmer
1
-10
/
+10
2014-11-06
utest: add new test that trigger an assignment operation bug in if.
Chuanbo Weng
2
-0
/
+46
2014-11-05
fix bswap kernel function type issue.
Luo Xionghu
1
-2
/
+2
2014-11-04
utests: replace the nodistriutable picture.
Zhigang Gong
3
-3
/
+3
2014-11-04
utest: change the box_blur_image to be identical to box_blur.
Zhigang Gong
1
-1
/
+1
2014-11-04
add utest function bswap.
Luo Xionghu
2
-0
/
+110
2014-11-03
add utest for llvm intrinsic call usub_with_overflow funtion.
Luo Xionghu
1
-20
/
+77
2014-10-28
Fix the compare_image_2d_and_1d_array test case bug
Junyan He
1
-5
/
+16
2014-10-28
add utest compiler_overflow for llvm intrinsic function.
Luo Xionghu
2
-0
/
+73
2014-10-23
Add the test case for image 2d array fill
Junyan He
2
-0
/
+85
2014-10-23
Add the test case for image 1d array fill
Junyan He
2
-0
/
+74
2014-10-14
add utest popcount for all types.
Luo Xionghu
2
-0
/
+76
2014-09-18
GBE/libocl: Add __gen_ocl_get_timestamp() to get timestamp.
Ruiling Song
2
-0
/
+53
2014-09-17
fix utest memory leak.
Luo Xionghu
1
-2
/
+3
2014-09-15
GBE/libocl: Fix sub_sat corner case.
Ruiling Song
1
-1
/
+1
2014-09-12
Enable ICC and CLANG compiler for beignet
Lv Meng
1
-0
/
+4
2014-09-12
fix piglit get kernel info FUNCTION ATTRIBUTE fail.
Luo
2
-0
/
+11
2014-09-11
fix clGetKernelWorkGroupInfo built-in kernel fail.
Luo Xionghu
2
-0
/
+31
[next]