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

Commit 552d006

Browse files
committed
[SYCL] Fix XFAIL rules
1 parent 857b056 commit 552d006

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

SYCL/AtomicRef/add_local.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@
147147
// RUN: %CPU_RUN_PLACEHOLDER %t.out
148148
// RUN: %ACC_RUN_PLACEHOLDER %t.out
149149

150-
// Barrier is not supported on host. HIP and OpenCL do not support floating
150+
// Barrier is not supported on host. HIP, CPU and ACC do not support floating
151151
// point atomics.
152-
// XFAIL: host, hip, opencl
152+
// XFAIL: host, hip, cpu, acc
153153

154154
#include "add.h"
155155

SYCL/AtomicRef/max_local.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@
147147
// RUN: %CPU_RUN_PLACEHOLDER %t.out
148148
// RUN: %ACC_RUN_PLACEHOLDER %t.out
149149

150-
// Barrier is not supported on host. HIP and OpenCL do not support floating
150+
// Barrier is not supported on host. HIP, CPU and ACC do not support floating
151151
// point atomics.
152-
// XFAIL: host, hip, opencl
152+
// XFAIL: host, hip, cpu, acc
153153

154154
#include "max.h"
155155

SYCL/AtomicRef/min_local.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@
147147
// RUN: %CPU_RUN_PLACEHOLDER %t.out
148148
// RUN: %ACC_RUN_PLACEHOLDER %t.out
149149

150-
// Barrier is not supported on host. HIP and OpenCL do not support floating
150+
// Barrier is not supported on host. HIP, CPU and ACC do not support floating
151151
// point atomics.
152-
// XFAIL: host, hip, opencl
152+
// XFAIL: host, hip, cpu, acc
153153

154154
#include "min.h"
155155

SYCL/AtomicRef/sub_local.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@
147147
// RUN: %CPU_RUN_PLACEHOLDER %t.out
148148
// RUN: %ACC_RUN_PLACEHOLDER %t.out
149149

150-
// Barrier is not supported on host. HIP and OpenCL do not support floating
150+
// Barrier is not supported on host. HIP, CPU and ACC do not support floating
151151
// point atomics.
152-
// XFAIL: host, hip, opencl
152+
// XFAIL: host, hip, cpu, acc
153153

154154
#include "sub.h"
155155

0 commit comments

Comments
 (0)