summaryrefslogtreecommitdiff
path: root/utests
diff options
context:
space:
mode:
authorHomer Hsing <homer.xing@intel.com>2012-11-29 09:40:50 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-03-29 18:41:33 +0800
commit2effbb15a60e8acabb8faea95cb032fdf58d0e51 (patch)
treed526961e6981d69645538a264444a00cdc3f7588 /utests
parent1c58776ffd8019eca4d561d2f36b6374118dd72c (diff)
test OpenCL 1.1 Async Copies and Prefetch Functions
Diffstat (limited to 'utests')
-rw-r--r--utests/compiler_async_copy_and_prefetch.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/utests/compiler_async_copy_and_prefetch.cpp b/utests/compiler_async_copy_and_prefetch.cpp
new file mode 100644
index 00000000..323faf90
--- /dev/null
+++ b/utests/compiler_async_copy_and_prefetch.cpp
@@ -0,0 +1,10 @@
+#include "utest_helper.hpp"
+
+void compiler_async_copy_and_prefetch(void)
+{
+ OCL_CREATE_KERNEL("compiler_async_copy_and_prefetch");
+}
+
+MAKE_UTEST_FROM_FUNCTION(compiler_async_copy_and_prefetch);
+
+