Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 209c1c7

Browse files
[SYCL][HIP] Mark select group algorithm tests as xfail for hip/amd (#1034)
The GroupAlgorithm tests were recently expanded to ensure that all the spir-v 1.3 binary ops were being exercised. Unfortunately, this seems to have introduced a failure on hip/amd. marking these tests as xfail temporarily to unblock other PRs Signed-off-by: Chris Perkins <[email protected]>
1 parent a2a254f commit 209c1c7

File tree

6 files changed

+22
-0
lines changed

6 files changed

+22
-0
lines changed

SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6+
// disabling hip because some of the binary_ops tested are not supported
7+
// getting undefined symbols for a handful of __spirv__ * functions.
8+
// XFAIL: hip
9+
610
#include "support.h"
711
#include <CL/sycl.hpp>
812
#include <algorithm>

SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6+
// disabling hip because some of the binary_ops tested are not supported
7+
// getting undefined symbols for a handful of __spirv__ * functions.
8+
// XFAIL: hip
9+
610
#include "support.h"
711
#include <CL/sycl.hpp>
812
#include <algorithm>

SYCL/GroupAlgorithm/SYCL2020/reduce.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6+
// disabling hip because some of the binary_ops tested are not supported
7+
// getting undefined symbols for a handful of __spirv__ * functions.
8+
// XFAIL: hip
9+
610
#include "support.h"
711
#include <CL/sycl.hpp>
812
#include <algorithm>

SYCL/GroupAlgorithm/exclusive_scan.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7+
// disabling hip because some of the binary_ops tested are not supported
8+
// getting undefined symbols for a handful of __spirv__ * functions.
9+
// XFAIL: hip
10+
711
#include "support.h"
812
#include <CL/sycl.hpp>
913
#include <algorithm>

SYCL/GroupAlgorithm/inclusive_scan.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7+
// disabling hip because some of the binary_ops tested are not supported
8+
// getting undefined symbols for a handful of __spirv__ * functions.
9+
// XFAIL: hip
10+
711
#include "support.h"
812
#include <CL/sycl.hpp>
913
#include <algorithm>

SYCL/GroupAlgorithm/reduce.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7+
// XFAIL: hip
8+
79
#include "support.h"
810
#include <CL/sycl.hpp>
911
#include <algorithm>

0 commit comments

Comments
 (0)