summaryrefslogtreecommitdiff
path: root/kernels
diff options
context:
space:
mode:
authorRuiling Song <ruiling.song@intel.com>2014-05-29 10:29:35 +0800
committerZhigang Gong <zhigang.gong@intel.com>2014-05-29 14:50:02 +0800
commit06a6264e14159c9011f994213e7207a54fde0aa8 (patch)
tree8afbfa64171fdfbad4b4f68f3719a6a3fc762f8a /kernels
parenta91c40285fe5803cea9b4be652d4991a6d4f820c (diff)
utests: disable double test case.
As we could not provide full support of double now, and my patch to refine long support breaks double load/store. So, we disable all double test cases. Signed-off-by: Ruiling Song <ruiling.song@intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
Diffstat (limited to 'kernels')
-rw-r--r--kernels/compiler_async_copy.cl2
-rw-r--r--kernels/compiler_vector_load_store.cl2
2 files changed, 2 insertions, 2 deletions
diff --git a/kernels/compiler_async_copy.cl b/kernels/compiler_async_copy.cl
index 06ec8e75..dddde446 100644
--- a/kernels/compiler_async_copy.cl
+++ b/kernels/compiler_async_copy.cl
@@ -21,4 +21,4 @@ DEF(uint2);
DEF(long2);
DEF(ulong2);
DEF(float2);
-DEF(double2);
+//DEF(double2);
diff --git a/kernels/compiler_vector_load_store.cl b/kernels/compiler_vector_load_store.cl
index 964f5e77..aec38b19 100644
--- a/kernels/compiler_vector_load_store.cl
+++ b/kernels/compiler_vector_load_store.cl
@@ -25,9 +25,9 @@ __kernel void test_##type ##n(__global type *pin, \
TEST_TYPE(int,n) \
TEST_TYPE(uint,n) \
TEST_TYPE(float,n) \
- TEST_TYPE(double,n)\
TEST_TYPE(long,n) \
TEST_TYPE(ulong,n)
+// TEST_TYPE(double,n)
#if 0
TEST_TYPE(half,n)