Skip to content

Commit b87d667

Browse files
authored
[SYCL][E2E] Re-enable AtomicRef/atomic_memory_order_seq_cst.cpp e2e test (#20436)
This PR removes `UNSUPPORTED` markings from `AtomicRef/atomic_memory_order_seq_cst.cpp` test because test passes locally. Tested it on `Intel(R) oneAPI Unified Runtime over Level-Zero V2, Intel(R) Arc(TM) B580 Graphics 20.1.0 [1.6.35096+9] `
1 parent 141fbcf commit b87d667

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/test-e2e/AtomicRef/atomic_memory_order_seq_cst.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: %{build} -O3 -o %t.out %if target-nvidia %{ -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_70 %}
22
// RUN: %{run} %t.out
3-
// UNSUPPORTED: arch-intel_gpu_bmg_g21
4-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16924
53

64
#include "atomic_memory_order.h"
75
#include <cmath>

0 commit comments

Comments
 (0)