ocl_utilities: split opencl_build_program
commit0c298ab7f0e85255d2f5fee62d708232ec032f04
authorSven van Haastregt <sven.vanhaastregt@arm.com>
Wed, 13 Aug 2014 16:25:24 +0000 (13 17:25 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 14 Aug 2014 06:49:40 +0000 (14 08:49 +0200)
tree316e86d69c5a6b45ad145e471e55b3c521e13189
parent4bf6d46ef7f5e887222f8aafeda9bd2fdc421dc9
ocl_utilities: split opencl_build_program

Split opencl_build_program into opencl_build_program_from_file and
opencl_build_program_from_string.  This will allow us in the next commit
to generate code that has the kernels stored as a string.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
ocl_utilities.c
opencl.c