From 3ab7f50e100abf6afd79119ed391eb55f6c1e53e Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Thu, 30 Mar 2023 09:29:52 -0700 Subject: [PATCH 1/3] [SYCL] Disable test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp See https://github.com/intel/llvm/issues/8847 --- sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp b/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp index 9e5180584da31..0fd0130df2a84 100644 --- a/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp +++ b/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp @@ -3,6 +3,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// UNSUPPORTED: https://github.com/intel/llvm/issues/8847 // NOTE: Tests fetch_add for acquire and release memory ordering. #include "atomic_memory_order.h" From c358529f455af892646e05ea4503661e0b50ab2c Mon Sep 17 00:00:00 2001 From: aelovikov-intel Date: Thu, 30 Mar 2023 10:01:28 -0700 Subject: [PATCH 2/3] Update sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp --- sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp b/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp index 0fd0130df2a84..95d26afcf9b60 100644 --- a/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp +++ b/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp @@ -3,7 +3,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// UNSUPPORTED: https://github.com/intel/llvm/issues/8847 +// https://github.com/intel/llvm/issues/8847 +// UNSUPPORTED: * // NOTE: Tests fetch_add for acquire and release memory ordering. #include "atomic_memory_order.h" From dad24d65712e0d5a931d852dc41bb0147ffdd6bd Mon Sep 17 00:00:00 2001 From: aelovikov-intel Date: Thu, 30 Mar 2023 14:33:40 -0700 Subject: [PATCH 3/3] Update sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp Co-authored-by: Alexey Bader --- sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp b/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp index 95d26afcf9b60..d04bdd7ff3f39 100644 --- a/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp +++ b/sycl/test-e2e/AtomicRef/atomic_memory_order_acq_rel.cpp @@ -4,7 +4,7 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out // https://github.com/intel/llvm/issues/8847 -// UNSUPPORTED: * +// REQUIRES: TEMPORARY_DISABLED // NOTE: Tests fetch_add for acquire and release memory ordering. #include "atomic_memory_order.h"