summaryrefslogtreecommitdiff
path: root/utests/utest_helper.hpp
diff options
context:
space:
mode:
authorChuanbo Weng <chuanbo.weng@intel.com>2015-11-06 11:27:59 +0800
committerYang Rong <rong.r.yang@intel.com>2015-11-10 12:22:25 +0800
commitbec03b016db7d4de96bfcde100a57fb10d805ab1 (patch)
treef5def54df7b17f8b892f02cd5392e821604771ff /utests/utest_helper.hpp
parent6a3eddc4dd70c895c426f1f8231778eb98ea7ac3 (diff)
downloadbeignet-bec03b016db7d4de96bfcde100a57fb10d805ab1.tar.gz
Add basic utest for block_motion_estimate_intel.
If the CL device does not support this builtin kernel, the test returns PASS. Signed-off-by: Guo Yejun <yejun.guo@intel.com> Reviewed-by: Ruiling Song <ruiling.song@intel.com>
Diffstat (limited to 'utests/utest_helper.hpp')
-rw-r--r--utests/utest_helper.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utests/utest_helper.hpp b/utests/utest_helper.hpp
index c6f6384a..251fbcfe 100644
--- a/utests/utest_helper.hpp
+++ b/utests/utest_helper.hpp
@@ -26,6 +26,7 @@
#define __UTEST_HELPER_HPP__
#include "CL/cl.h"
+#include "CL/cl_ext.h"
#include "CL/cl_intel.h"
#include "utest.hpp"
#include "utest_assert.hpp"