summaryrefslogtreecommitdiff
path: root/utests/compiler_vector_load_store.cpp
diff options
context:
space:
mode:
authorHomer Hsing <homer.xing@intel.com>2012-11-29 09:41:46 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-03-29 18:41:33 +0800
commit84523e0fc1f504de17f4631eeee053ebc7dbf6cc (patch)
tree41058de0a007fc8456f91f696ef965a263ddefcd /utests/compiler_vector_load_store.cpp
parent2effbb15a60e8acabb8faea95cb032fdf58d0e51 (diff)
downloadbeignet-84523e0fc1f504de17f4631eeee053ebc7dbf6cc.tar.gz
test OpenCL 1.1 Vector Data Load/Store Functions
Diffstat (limited to 'utests/compiler_vector_load_store.cpp')
-rw-r--r--utests/compiler_vector_load_store.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/utests/compiler_vector_load_store.cpp b/utests/compiler_vector_load_store.cpp
new file mode 100644
index 00000000..96fcfa97
--- /dev/null
+++ b/utests/compiler_vector_load_store.cpp
@@ -0,0 +1,10 @@
+#include "utest_helper.hpp"
+
+void compiler_vector_load_store(void)
+{
+ OCL_CREATE_KERNEL("compiler_vector_load_store");
+}
+
+MAKE_UTEST_FROM_FUNCTION(compiler_vector_load_store);
+
+