summaryrefslogtreecommitdiff
path: root/generated_tests/cl
AgeCommit message (Collapse)AuthorFilesLines
2015-03-30cl: Enable required extension before using double typeJan Vesely2-4/+4
Fixes failures on OCL-1.1 implementations that provide cl_khr_fp64 Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
2015-02-24Revert "cl tests: move non-generated tests out of the generated tests dir"Dylan Baker2-0/+35
This reverts commit ff8898df3c78324b2d8945c855a9d2e0034f5525. This broke cl tests, and it's a very trivial self contained patch, so we'll just revert it. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> reported-by: Michel Dänzer <michel@daenzer.net>
2015-02-23cl tests: move non-generated tests out of the generated tests dirDylan Baker2-35/+0
It really doesn't make sense to have static tests in the generated tests directory, this patch adds them to the tests directory and adds the appropriate code to cl.py for this change Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2013-08-21cl: Fix bug in the local store kernelTom Stellard1-1/+1
Reviewed-by: Aaron Watry <awatry@gmail.com>
2013-08-09cl: Add generated tests for global and local stores v2Tom Stellard2-0/+35
v2: - Fix coding style Acked-by: Dylan Baker <baker.dylan.c@gmail.com>