diff --git a/sycl/test-e2e/syclcompat/atomic/atomic_arith.cpp b/sycl/test-e2e/syclcompat/atomic/atomic_arith.cpp index bc76896889554..3b2a53016c7e1 100644 --- a/sycl/test-e2e/syclcompat/atomic/atomic_arith.cpp +++ b/sycl/test-e2e/syclcompat/atomic/atomic_arith.cpp @@ -31,11 +31,8 @@ // ===----------------------------------------------------------------------===// // UNSUPPORTED: hip -// TODO: Remove unsupported after fixing -// https://github.com/intel/llvm/issues/12683 -// UNSUPPORTED: accelerator -// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out +// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} -fsycl-device-code-split=per_kernel %s -o %t.out // RUN: %{run} %t.out #include diff --git a/sycl/test-e2e/syclcompat/atomic/atomic_comp_exchange.cpp b/sycl/test-e2e/syclcompat/atomic/atomic_comp_exchange.cpp index 276f893af4341..f180e3f535340 100644 --- a/sycl/test-e2e/syclcompat/atomic/atomic_comp_exchange.cpp +++ b/sycl/test-e2e/syclcompat/atomic/atomic_comp_exchange.cpp @@ -31,11 +31,8 @@ // ===----------------------------------------------------------------------===// // UNSUPPORTED: hip -// TODO: Remove unsupported after fixing -// https://github.com/intel/llvm/issues/12683 -// UNSUPPORTED: accelerator -// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out +// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} -fsycl-device-code-split=per_kernel %s -o %t.out // RUN: %{run} %t.out #include