From 8726605ea77b5633c1f31c71e5a20aadcc38ed44 Mon Sep 17 00:00:00 2001 From: Pan Xiuli Date: Tue, 24 Jan 2017 16:47:58 +0800 Subject: Utest: Add OCL20 into utest and check version in runtime The utest should always be built and we can check ocl version at the test begin. Contributor: Rebecca N. Palmer Signed-off-by: Pan Xiuli Reviewed-by: Yang Rong --- utests/compiler_sampler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utests/compiler_sampler.cpp') diff --git a/utests/compiler_sampler.cpp b/utests/compiler_sampler.cpp index f8bf622c..853e052c 100644 --- a/utests/compiler_sampler.cpp +++ b/utests/compiler_sampler.cpp @@ -3,6 +3,8 @@ void compiler_sampler(void) { + if(!cl_check_ocl20(false)) + return; OCL_CREATE_KERNEL("compiler_sampler"); OCL_ASSERT(ctx != 0); -- cgit v1.2.1