summaryrefslogtreecommitdiff
path: root/utests
Commit message (Expand)AuthorAgeFilesLines
* extract libgbeinterp.so from runtime (libcl.so)Guo Yejun2014-05-301-0/+1
* utests: disable double test case.Ruiling Song2014-05-293-6/+2
* Silence some compilation warnings.Zhigang Gong2014-05-281-2/+1
* separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun2014-05-281-0/+1
* Fix the bug of forgetting release sampler in utest.Junyan He2014-05-224-0/+8
* Add the pci id support for gbe_generateJunyan He2014-05-221-1/+6
* Init Benchmark suiteYi Sun2014-04-301-0/+16
* add test for __gen_ocl_simd_any and __gen_ocl_simd_allGuo Yejun2014-04-223-0/+88
* Delete the printing of dynamic statistics line.Sun, Yi2014-04-212-43/+69
* Runtime: Add support for Bay Trail-T device.Chuanbo Weng2014-04-171-1/+2
* Mark SandyBridge as unsupportedJesper Pedersen2014-04-171-12/+18
* Use pkg-config to check modulesZhenyu Wang2014-04-171-3/+7
* Silent some compilation warnings.Zhigang Gong2014-04-081-0/+1
* Statistics of case runningYi Sun2014-04-023-21/+94
* Add one tests case specific for unaligned buffer copy.Junyan He2014-04-023-2/+121
* Add one test case for profiling test.Junyan He2014-03-252-0/+102
* utests: Refine cases for sinpi.Yi Sun2014-03-131-2/+35
* Move the defination union SF to header file utest_helper.hppYi Sun2014-03-132-14/+15
* GBE: support getelementptr with ConstantExpr operandGuo Yejun2014-02-282-0/+46
* Remove some unreasonable input values for rootnYi Sun2014-02-211-2/+2
* utests:add subnormal check by fpclassify.Yi Sun2014-02-211-0/+3
* Change %.20f to %e.Yi Sun2014-02-211-1/+1
* utests: Remove test cases for function 'tgamma' 'erf' and 'erfc'Yi Sun2014-02-211-17/+11
* utests: define python interpreter via cmake variableBoqun Feng2014-02-171-2/+2
* Fix the problem by kernel file open in utestJunyan He2014-02-081-1/+1
* Add utest compiler_private_data_overflowYongjia Zhang2014-01-202-0/+16
* Remove builtin function fma from utest_math_gen.py.Yi Sun2014-01-171-12/+0
* utests: Put all the generated kernel files to .gitignore at runtime.Zhigang Gong2014-01-172-0/+4
* Refine the method to find pch and pcm files.Zhigang Gong2014-01-163-5/+13
* Revert faulty pushed patchsetZhigang Gong2014-01-142-8/+5
* Refine the method to find pch and pcm files.Zhigang Gong2014-01-102-5/+8
* utests/CMakeList.txt: Remove kernel files which generated by utest_generator.py.Yi Sun2014-01-071-4/+17
* Refine calculation for ULP.Yi Sun2014-01-071-4/+5
* Add test cases generator.Yi Sun2013-12-255-0/+950
* Accelerate utest.Zhigang Gong2013-12-1613-88/+127
* Remove test cl_create_kernel.Yang Rong2013-11-271-1/+0
* Remove boolean values cannot cross their definition basic block restrict.Yang Rong2013-11-141-1/+1
* release context in runtime_createcontextfromtypeHomer Hsing2013-11-081-1/+4
* Move the gpgpu struct from cl_command_queue to thread specific contextJunyan He2013-11-081-1/+1
* Add the clGetMemObjectInfo options for sub-buffer and update the utest caseJunyan He2013-11-071-2/+23
* Add the test case for sub buffer checkJunyan He2013-11-072-0/+136
* GBE: fix a 64bit scalar register issue.Ruiling Song2013-11-071-0/+2
* release previous program in cl_kernel_initHomer Hsing2013-11-071-0/+2
* release previous kernel in cl_kernel_initHomer Hsing2013-11-071-0/+2
* utests: add test case for structure argumentLu Guanqun2013-11-062-0/+46
* fix ill-coded utest_run::mainHomer Hsing2013-11-041-2/+2
* utest: add test case for builtin function exp/exp2/exp10/expm1.Yi Sun2013-10-292-0/+103
* utest: Add test case for built-in function pow.Yi Sun2013-10-292-0/+93
* Add a test for vector argument deallocate assert.Yang Rong2013-10-222-0/+58
* Add more type for async copy test case.Yang Rong2013-10-211-35/+51