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

[SYCL][HIP] Mark select group algorithm tests as xfail for hip/amd #1034

Merged
merged 2 commits into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <CL/sycl.hpp>
#include <algorithm>
Expand Down
4 changes: 4 additions & 0 deletions SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <CL/sycl.hpp>
#include <algorithm>
Expand Down
4 changes: 4 additions & 0 deletions SYCL/GroupAlgorithm/SYCL2020/reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <CL/sycl.hpp>
#include <algorithm>
Expand Down
4 changes: 4 additions & 0 deletions SYCL/GroupAlgorithm/exclusive_scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <CL/sycl.hpp>
#include <algorithm>
Expand Down
4 changes: 4 additions & 0 deletions SYCL/GroupAlgorithm/inclusive_scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <CL/sycl.hpp>
#include <algorithm>
Expand Down
2 changes: 2 additions & 0 deletions SYCL/GroupAlgorithm/reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// XFAIL: hip

#include "support.h"
#include <CL/sycl.hpp>
#include <algorithm>
Expand Down