Skip to content

Commit 80f050c

Browse files
[SYCL] Disable AtomicRef/atomic_memory_order_seq_cst.cpp on PVC (#9545)
We have an internal bug report to track investigation.
1 parent 825da26 commit 80f050c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/AtomicRef/atomic_memory_order_seq_cst.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %{build} -O3 -o %t.out -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_70
22
// RUN: %{run} %t.out
3+
//
4+
// Tracked in the internal bug tracking system.
5+
// UNSUPPORTED: gpu-intel-pvc
36

47
#include "atomic_memory_order.h"
58
#include <iostream>

0 commit comments

Comments
 (0)