summaryrefslogtreecommitdiff
path: root/utests
Commit message (Expand)AuthorAgeFilesLines
* Utest: Refine utest_run -l optionPan Xiuli2016-08-123-8/+43
* Utest: Fix utest case with issues valuePan Xiuli2016-08-121-1/+1
* Utest: Add half type mad test casePan Xiuli2016-08-121-3/+55
* Utest: Add test case for half type vload\storePan Xiuli2016-08-121-6/+26
* Utest: Add as_float as_uint helper functionPan Xiuli2016-08-122-0/+17
* Utest: Move half related helper function into utest helperPan Xiuli2016-08-123-137/+144
* Utset: Add check for workgroup testsPan Xiuli2016-08-034-0/+106
* only check beignet special test cases on beignetGuo Yejun2016-08-031-38/+47
* use different pointer alignment for different implementationGuo Yejun2016-08-033-7/+15
* remove "\n" in output message when test is failedGuo Yejun2016-08-034-4/+4
* utests: only check -dump-spir-binary on beignet implementationGuo Yejun2016-08-031-2/+4
* utests: change tolerance check for lgammaGuo Yejun2016-08-031-1/+1
* utests: fix issue of CL_PROGRAM_BINARY_SIZES queryGuo Yejun2016-08-031-4/+6
* utest: do not check the padding componenet for 3-component vector data typesGuo Yejun2016-08-032-2/+33
* Utest: Add check for OpenCL 2.0 extensionPan Xiuli2016-07-204-0/+36
* Utest: Add check for utest multithread runPan Xiuli2016-07-201-0/+1
* Utest: Add test case for sub_group_shuffle_down/up/xorPan Xiuli2016-07-204-0/+147
* do not use const pointerGuo Yejun2016-07-204-7/+24
* CMAKE: Make utests and benchmark not build for defaultPan Xiuli2016-07-201-0/+1
* Utest: Add check for cl_intel_subgroups extension testsPan Xiuli2016-07-1517-13/+189
* enlarge buf size to avoid memory out of range written by GPU (kernel)Guo Yejun2016-07-041-7/+14
* Remove nonexisting unit test cases in Android.mk.Zhigang Gong2016-06-241-2/+0
* Utest: Porting to GCC6Pan Xiuli2016-06-176-0/+6
* Changed ldexp to ldexpf when defining float min/max.Yang Rong2016-06-132-3/+3
* Utest: Add tset case for block read/write imagePan Xiuli2016-06-133-0/+384
* Utest: Add tset case for block read/write bufferPan Xiuli2016-06-133-0/+390
* Utest: Add test case for sub_group functionsPan Xiuli2016-06-135-0/+1266
* Utest: Remove old sub_group_all/any utestPan Xiuli2016-06-133-88/+0
* Utest: Add subgroup work item test casesPan Xiuli2016-06-135-0/+246
* Android: fix __thread keyword issue in android.Yang Rong2016-05-272-0/+9
* Android: add android mk files.Yang Rong2016-05-271-0/+250
* Android: change the saved file path.Yang Rong2016-05-271-1/+9
* utest: init uninitialized local variables.Luo Xionghu2016-05-234-4/+4
* utest: error handling to avoid null pointer dereference.Luo Xionghu2016-05-2310-7/+52
* no return value for non-void function.Luo Xionghu2016-05-231-0/+1
* Utest: Remove some unsuport work group testsPan Xiuli2016-05-184-21/+21
* Backend: Refine workgroup all with SIMD_ALL algorithmPan Xiuli2016-05-181-3/+2
* Utest: Add workgroup broadcast testsGrigore Lupescu2016-05-181-29/+290
* Utest: Add workgroup scan inclusive testsGrigore Lupescu2016-05-182-0/+334
* Utest: Add workgroup scan exclusive testsGrigore Lupescu2016-05-182-0/+343
* Utest: Add workgroup reduce any/all testsGrigore Lupescu2016-05-181-199/+339
* Utest: Fix utest memleaksPan Xiuli2016-05-188-0/+20
* Add support for gcc 6Pan Xiuli2016-05-122-3/+3
* enable utest compiler_math_3op for mad test.Luo Xionghu2016-04-292-4/+7
* add functions cl_check_beignet.Luo Xionghu2016-04-223-0/+27
* fix failed cases for stand alone utest;Luo Xionghu2016-04-2218-93/+67
* standalone utest for unified OpenCL implementation.Luo Xionghu2016-04-2212-67/+179
* buf[0] destroyed twice in event cases.Luo Xionghu2016-04-223-3/+0
* Add several printf utest cases.Junyan He2016-04-221-0/+54
* utest: do not check MV near image borderGuo Yejun2016-04-081-7/+11