summaryrefslogtreecommitdiff
path: root/utests/compiler_geometric_builtin.cpp
diff options
context:
space:
mode:
authorHomer Hsing <homer.xing@intel.com>2012-11-26 15:27:53 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-03-29 18:41:33 +0800
commit1c58776ffd8019eca4d561d2f36b6374118dd72c (patch)
tree962385574b1c1e72f13628ba5f4846553fcf085f /utests/compiler_geometric_builtin.cpp
parent753a3d0f3754e8b6f7bbe590ab1023ff23a4db66 (diff)
downloadbeignet-1c58776ffd8019eca4d561d2f36b6374118dd72c.tar.gz
Test OpenCL 1.1 Geometric Builtin Functions
Diffstat (limited to 'utests/compiler_geometric_builtin.cpp')
-rw-r--r--utests/compiler_geometric_builtin.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/utests/compiler_geometric_builtin.cpp b/utests/compiler_geometric_builtin.cpp
new file mode 100644
index 00000000..a9ccc2c6
--- /dev/null
+++ b/utests/compiler_geometric_builtin.cpp
@@ -0,0 +1,9 @@
+#include "utest_helper.hpp"
+
+void compiler_geometric_builtin(void)
+{
+ OCL_CREATE_KERNEL("compiler_geometric_builtin");
+}
+
+MAKE_UTEST_FROM_FUNCTION(compiler_geometric_builtin);
+