From 295b1cb6d1ac616dd4d9b4b2ef14934b86e3ffbf Mon Sep 17 00:00:00 2001 From: Ruiling Song Date: Tue, 19 Jan 2016 11:29:06 +0800 Subject: GBE: Implement new constant solution for ocl2 Different from ocl 1.2, which gather all constant into one surface. ocl2 only gather program global/constant into one surface. But keep other constant passed through kernel argument in separate buffer. Signed-off-by: Ruiling Song Reviewed-by: Yang Rong --- utests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'utests/CMakeLists.txt') diff --git a/utests/CMakeLists.txt b/utests/CMakeLists.txt index 7078a1fa..56add847 100644 --- a/utests/CMakeLists.txt +++ b/utests/CMakeLists.txt @@ -299,6 +299,7 @@ endif (LLVM_VERSION_NODOT VERSION_GREATER 34) if (ENABLE_OPENCL_20) SET(utests_sources ${utests_sources} + compiler_program_global.cpp compiler_generic_pointer.cpp) endif (ENABLE_OPENCL_20) -- cgit v1.2.1