Add OpenCL backend
commit2b8a598c86810b8475d03f92b7c8c581328c92ca
authorRiyadh BAGHDADI <baghdadi.mr@gmail.com>
Fri, 21 Jun 2013 09:57:05 +0000 (21 11:57 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 8 Jan 2014 13:41:42 +0000 (8 14:41 +0100)
treec659ba55d6254a490f6099e1a5dbc3bb4564ce68
parentabb668cf1463866ef6800edaac12d60daff5ef9e
Add OpenCL backend

OpenCL code can be generated using --target=opencl, the generated code
has to be compiled/linked with ocl_utilities.c (included in this commit).
The option --opencl-compiler-options can be used to pass options to
the OpenCL compiler.

Signed-off-by: Riyadh BAGHDADI <baghdadi.mr@gmail.com>
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
14 files changed:
Makefile.am
README
configure.ac
cuda.c
gpu_print.c
gpu_print.h
m4/ax_check_opencl.m4 [new file with mode: 0644]
ocl_utilities.c [new file with mode: 0644]
opencl.c [new file with mode: 0644]
opencl.h [new file with mode: 0644]
polybench_test.sh.in
ppcg.c
ppcg_options.c
ppcg_options.h