summaryrefslogtreecommitdiff
path: root/utests/compiler_math_builtin.cpp
diff options
context:
space:
mode:
authorHomer Hsing <homer.xing@intel.com>2012-11-20 09:31:17 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-03-29 18:41:32 +0800
commit9304765aecf492f533b5d62d756705654a882e8d (patch)
tree416d61678bdeebb4ad4c4ec3c83bfd4d3eb57ac5 /utests/compiler_math_builtin.cpp
parent2c68be232791bfafd7c8df502c3094e4938765b9 (diff)
Add test case, OpenCL 1.1 Math Built-in Functions
Diffstat (limited to 'utests/compiler_math_builtin.cpp')
-rw-r--r--utests/compiler_math_builtin.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/utests/compiler_math_builtin.cpp b/utests/compiler_math_builtin.cpp
new file mode 100644
index 00000000..0577e046
--- /dev/null
+++ b/utests/compiler_math_builtin.cpp
@@ -0,0 +1,9 @@
+#include "utest_helper.hpp"
+
+void compiler_math_builtin(void)
+{
+ OCL_CREATE_KERNEL("compiler_math_builtin");
+}
+
+MAKE_UTEST_FROM_FUNCTION(compiler_math_builtin);
+