summaryrefslogtreecommitdiff
path: root/utests/utest_generator.py
Commit message (Expand)AuthorAgeFilesLines
* Allow building tests with Python 3 (no string.atoi)Rebecca N. Palmer2016-09-281-2/+2
* tests: Use python2 explicitlyJan Vesely2016-09-021-1/+1
* do not use const pointerGuo Yejun2016-07-201-2/+6
* enlarge buf size to avoid memory out of range written by GPU (kernel)Guo Yejun2016-07-041-7/+14
* Changed ldexp to ldexpf when defining float min/max.Yang Rong2016-06-131-2/+2
* Add support for gcc 6Pan Xiuli2016-05-121-2/+2
* fix failed cases for stand alone utest;Luo Xionghu2016-04-221-2/+6
* Prepend std namespace to isnan and isinf calls.Sean Lynch2016-04-081-10/+10
* Utest: fix a builtin_powr_float fail when OCL_STRICT_CONFORMANCE=0.Yang Rong2015-08-051-7/+8
* correct ULP value in utestsMeng Mengmeng2015-07-151-8/+4
* Allow building with Python 3Rebecca N. Palmer2015-04-301-1/+2
* Don't check some edge condtion in non-strict mode.Zhigang Gong2015-01-061-2/+2
* add edge case detection for powr in utestsMeng Mengmeng2015-01-041-2/+2
* utests: make utests maths ULP values consistent with specificationMeng Mengmeng2014-12-021-6/+94
* Fix compile error for ICC compilerLv Meng2014-08-121-1/+1
* fix crash when OCL_STRICT_CONFORMANCE is unsetGuo Yejun2014-06-241-1/+1
* utest_generator.py: add OCL_STRICT_CONFORMANCE enviroment condition.Yi Sun2014-06-231-2/+12
* utests:add subnormal check by fpclassify.Yi Sun2014-02-211-0/+3
* Change %.20f to %e.Yi Sun2014-02-211-1/+1
* Add test cases generator.Yi Sun2013-12-251-0/+374