summaryrefslogtreecommitdiff
path: root/utests/utest_helper.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Utests: Add double check and refine compiler_double case.Junyan He1-0/+19
2015-10-21Utest: fix random assert in function cl_kernel_link.Yang Rong1-8/+6
2015-10-21add utests option: -j which specifies the 'number' of jobs (multi-thread)Meng Mengmeng1-6/+6
2015-10-13utests: Added unit tests to test LLVM and ASM dump generation in a two step b...Manasi Navare1-0/+109
2015-07-15correct ULP value in utestsMeng Mengmeng1-0/+12
2015-02-06Refine benchmark output.Chuanbo Weng1-3/+3
2014-12-16Fix delete operator using.Yan Wang1-1/+1
2014-12-02add test of cl_mem_use_host_ptr into benchmarkGuo Yejun1-0/+22
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-09-03Add new vload benchmark/test case.Zhigang Gong1-2/+3
2014-08-19Fix compile warnings for CLANG compilerLv Meng1-3/+10
2014-08-19Fix compile warnings for ICC compilerLv Meng1-2/+2
2014-04-17Mark SandyBridge as unsupportedJesper Pedersen1-12/+18
2014-04-08Silent some compilation warnings.Zhigang Gong1-0/+1
2014-03-13Move the defination union SF to header file utest_helper.hppYi Sun1-14/+0
2014-01-07Refine calculation for ULP.Yi Sun1-4/+5
2013-12-25Add test cases generator.Yi Sun1-0/+30
2013-12-16Accelerate utest.Zhigang Gong1-26/+33
2013-11-07release previous program in cl_kernel_initHomer Hsing1-0/+2
2013-11-07release previous kernel in cl_kernel_initHomer Hsing1-0/+2
2013-09-12Add a test case for binary load.Junyan He1-4/+4
2013-09-06CL: Enalbe gl sharing with new egl extension.Zhigang Gong1-11/+14
2013-08-19fix warning when egl is not thereLu Guanqun1-2/+2
2013-07-12utest: Query the device driver version and the open cl c version.Zhigang Gong1-8/+9
2013-07-05CLGL: Refine the hack of gbm extension initialization.Zhigang Gong1-8/+11
2013-06-26Add the test case for clGetProgramInfo APIJunyan He1-3/+3
2013-04-22Rename Intel specific extension functions for ICDSimon Richter1-7/+7
2013-04-12utests: added cl_khr_gl_sharing related helper functions.Zhigang Gong1-16/+144
2013-04-10change the way clGetDeviceInfo() is called in cl_ocl_init()Lu Guanqun1-9/+17
2013-04-10change the way clGetPlatformInfo() is called in cl_ocl_init()Lu Guanqun1-8/+18
2013-04-10fix unused-result warningHomer Hsing1-2/+5
2013-03-29output file name and kernel name when cl_kernel_init() failsLu Guanqun1-1/+2
2012-10-09Fixed a bug in the flag register allocatorBenjamin Segovia1-6/+35
2012-08-10Made errors explicit while loading kernelsBenjamin Segovia1-1/+2
2012-08-10Cleaned up the code from previous unused dependencies Upate the READMEBenjamin Segovia1-0/+1
2012-08-10Made Mandelbrot work on Fulsim (SIMD8 only right now)Benjamin Segovia1-0/+115
2012-08-10Added several tests for unstructured branchesBenjamin Segovia1-1/+1
2012-08-10Added flat_address_space testsBenjamin Segovia1-4/+4
2012-08-10Finished the small test frameworkBenjamin Segovia1-28/+21
2012-08-10tests -> utestsBenjamin Segovia1-0/+343