index
:
~gongzg/beignet
1.0rc
OpenCL20
Release_v0.9.x
Release_v1.0
blender
boolbug
double
draft_function_call
enqueue
fix
fixliveness
fixsched
forhsw
gl_sharing
hack_egl_display
hsw_darktable
image_refine
llvm-3.5
loop_opt
loop_unroll
loopspill
master
merge_gl_sharing
mixsimd16
opencl-1.1
optimize
optimize2
prepare_spill16
spillsimd16
stable
test_math
userptr
vectoropt
vectoropt_test
vload_opt
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utests
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-10
Add basic utest for block_motion_estimate_intel.
Chuanbo Weng
3
-0
/
+111
2015-11-06
utests: fix compiler_fill_image_2d_array random bug
Pan Xiuli
1
-6
/
+12
2015-11-06
utests: fix image_from_buffer bugs
Pan Xiuli
1
-8
/
+9
2015-11-06
Utest: Fix a bug for double div.
Junyan He
2
-2
/
+4
2015-11-06
Utests: Add test cases for double conversion.
Junyan He
4
-47
/
+725
2015-11-03
utests: fix multithread queue chaos
Pan Xiuli
1
-7
/
+1
2015-10-27
Utest: Add double division test.
Junyan He
3
-40
/
+81
2015-10-27
Utests: Add double check and refine compiler_double case.
Junyan He
5
-1
/
+31
2015-10-27
Backend: Delete getDoubleExecWidth and refine handleDouble.
Junyan He
1
-1
/
+0
2015-10-21
Utest: fix random assert in function cl_kernel_link.
Yang Rong
1
-8
/
+6
2015-10-21
add utests option: -j which specifies the 'number' of jobs (multi-thread)
Meng Mengmeng
5
-13
/
+89
2015-10-20
use sampler to copy image_from_buffer to another image for verification.
Luo Xionghu
1
-0
/
+21
2015-10-14
add utest runtime_use_host_ptr_image
Guo Yejun
2
-0
/
+73
2015-10-13
utests: event should be released
Pan Xiuli
1
-0
/
+1
2015-10-13
utests: Added unit tests to test LLVM and ASM dump generation in a two step b...
Manasi Navare
3
-0
/
+208
2015-09-22
add bswap64 in utest.
Luo Xionghu
1
-4
/
+59
2015-09-22
add utest for creating 2d image from buffer.
Luo Xionghu
2
-0
/
+83
2015-09-08
utests: Added unit tests to test LLVM and ASM dump generation.
Sirisha Gandikota
1
-0
/
+107
2015-09-07
Utest: Add -cl-kernel-arg-info to the utest test_get_arg_info
Junyan He
1
-1
/
+1
2015-08-27
utests: refine image 1d buffer test case.
Zhigang Gong
1
-44
/
+29
2015-08-11
fix utest fail.
Luo Xionghu
1
-1
/
+3
2015-08-10
fix a powr function issue in cpu compiler math
Meng Mengmeng
1
-4
/
+20
2015-08-05
Utest: fix a builtin_powr_float fail when OCL_STRICT_CONFORMANCE=0.
Yang Rong
1
-7
/
+8
2015-07-15
correct ULP value in utests
Meng Mengmeng
5
-16
/
+24
2015-07-14
fix utest bug.
Luo Xionghu
1
-1
/
+1
2015-07-14
Fix comparison in if() check.
Koop Mast
1
-1
/
+1
2015-07-02
utest: Add test cases for half.
Junyan He
2
-0
/
+925
2015-05-26
build: use EXECUTE_PROCESS to replace the deprecated EXEC_PROGRAM.
Zhigang Gong
1
-2
/
+2
2015-05-18
Add a sanity test in clGetDeviceIDs
Rebecca N. Palmer
1
-0
/
+2
2015-05-15
Add stuct argument indirect load test.
Yang Rong
3
-3
/
+43
2015-05-13
add utest for intel_sub_group_shuffle
Guo Yejun
2
-1
/
+47
2015-05-12
rename __gen_ocl_simd_any/all to sub_group_any/all
Guo Yejun
3
-8
/
+8
2015-05-12
rename __gen_ocl_get_simd_id/size to get_sub_group_id/size
Guo Yejun
3
-8
/
+8
2015-04-30
utests: fix test case builtin_tgamma.
Rebecca N. Palmer
1
-3
/
+16
2015-04-30
Allow building with Python 3
Rebecca N. Palmer
1
-1
/
+2
2015-04-29
utest_pow: don't fail on declared lack of denormals.
Rebecca N. Palmer
1
-2
/
+8
2015-04-24
add utest for __gen_ocl_get_simd_id
Guo Yejun
2
-1
/
+35
2015-04-24
add utest for __gen_ocl_get_simd_size
Guo Yejun
2
-1
/
+34
2015-04-14
utests: don't continue to run any case when fail to initialize device.
Zhigang Gong
1
-1
/
+5
2015-03-13
simple return if spir extension not supported.
Luo Xionghu
1
-1
/
+1
2015-03-09
Modify the utest case for bswap.
Junyan He
1
-61
/
+142
2015-03-09
add utest for load spir binary.
Luo Xionghu
2
-0
/
+91
2015-02-06
Refine benchmark output.
Chuanbo Weng
4
-9
/
+13
2015-02-04
Fix a bug of 1d image array test case.
Junyan He
1
-6
/
+8
2015-01-30
Backend: fix one bug of long mad_sat.
Junyan He
1
-5
/
+4
2015-01-28
fix clz utest issue.
Luo Xionghu
4
-90
/
+103
2015-01-23
add builtin function atan2pi and ldexp
Zhu Bingbing
1
-13
/
+25
2015-01-23
update utest to loose userptr limitation
Guo Yejun
1
-1
/
+1
2015-01-22
Fix bug for bitcast test case because of long type.
Junyan He
1
-5
/
+5
2015-01-20
Add test case for long bitcast.
Junyan He
2
-0
/
+228
[next]