diff --git a/SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp b/SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp index f68d53bf6d..4023b0e65f 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp +++ b/SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp @@ -3,6 +3,10 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// disabling hip because some of the binary_ops tested are not supported +// getting undefined symbols for a handful of __spirv__ * functions. +// XFAIL: hip + #include "support.h" #include #include diff --git a/SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp b/SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp index 86a30d1e4a..77e7ae39f9 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp +++ b/SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp @@ -3,6 +3,10 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// disabling hip because some of the binary_ops tested are not supported +// getting undefined symbols for a handful of __spirv__ * functions. +// XFAIL: hip + #include "support.h" #include #include diff --git a/SYCL/GroupAlgorithm/SYCL2020/reduce.cpp b/SYCL/GroupAlgorithm/SYCL2020/reduce.cpp index 7a08c16bb5..15ae4084e8 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/reduce.cpp +++ b/SYCL/GroupAlgorithm/SYCL2020/reduce.cpp @@ -3,6 +3,10 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// disabling hip because some of the binary_ops tested are not supported +// getting undefined symbols for a handful of __spirv__ * functions. +// XFAIL: hip + #include "support.h" #include #include diff --git a/SYCL/GroupAlgorithm/exclusive_scan.cpp b/SYCL/GroupAlgorithm/exclusive_scan.cpp index 1dcf3594ac..5797d79370 100644 --- a/SYCL/GroupAlgorithm/exclusive_scan.cpp +++ b/SYCL/GroupAlgorithm/exclusive_scan.cpp @@ -4,6 +4,10 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// disabling hip because some of the binary_ops tested are not supported +// getting undefined symbols for a handful of __spirv__ * functions. +// XFAIL: hip + #include "support.h" #include #include diff --git a/SYCL/GroupAlgorithm/inclusive_scan.cpp b/SYCL/GroupAlgorithm/inclusive_scan.cpp index ec1f2fb1ce..04e810efe7 100644 --- a/SYCL/GroupAlgorithm/inclusive_scan.cpp +++ b/SYCL/GroupAlgorithm/inclusive_scan.cpp @@ -4,6 +4,10 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// disabling hip because some of the binary_ops tested are not supported +// getting undefined symbols for a handful of __spirv__ * functions. +// XFAIL: hip + #include "support.h" #include #include diff --git a/SYCL/GroupAlgorithm/reduce.cpp b/SYCL/GroupAlgorithm/reduce.cpp index 2969aac210..40b9706dc3 100644 --- a/SYCL/GroupAlgorithm/reduce.cpp +++ b/SYCL/GroupAlgorithm/reduce.cpp @@ -4,6 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// XFAIL: hip + #include "support.h" #include #include