add minimal OpenCL tests
commitfc9d75e7f634bb0cbf248807c9c6b71d2e8b7605
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 9 Apr 2014 12:28:24 +0000 (9 14:28 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 12 Apr 2014 14:29:45 +0000 (12 16:29 +0200)
treebd8b3c874b6bf8f9f5f9694607b111c31f7a0aa7
parent5c3d56570683c98a6c0e4df2a51628d33848e6b6
add minimal OpenCL tests

The tests check the correctness of the generated OpenCL code on
very basic inputs when an OpenCL CPU device is available.
The tests are far from complete, but they do allow us to test
at least some basic functionality when the PolyBench benchmarks
are not available.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
configure.ac
opencl_test.sh.in [new file with mode: 0644]
tests/loop.c [new file with mode: 0644]
tests/scalar.c [new file with mode: 0644]