From f1e09825e5387ad3d06eda92040c44ac2697c79b Mon Sep 17 00:00:00 2001 From: Homer Hsing Date: Fri, 23 Nov 2012 08:45:59 +0800 Subject: test OpenCL 1.1 sampler declaration fields --- 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 807263ea..32bf9263 100644 --- a/utests/compiler_sampler.cpp +++ b/utests/compiler_sampler.cpp @@ -3,6 +3,8 @@ void compiler_sampler(void) { + OCL_CREATE_KERNEL("compiler_sampler"); + OCL_ASSERT(ctx != 0); cl_sampler s; cl_int err; -- cgit v1.2.1