diff --git a/sycl/test-e2e/ESIMD/unified_memory_api/atomic_update_acc_pvc.cpp b/sycl/test-e2e/ESIMD/unified_memory_api/atomic_update_acc_pvc.cpp index 4b3dd9266a18b..5eec50f2bb48b 100644 --- a/sycl/test-e2e/ESIMD/unified_memory_api/atomic_update_acc_pvc.cpp +++ b/sycl/test-e2e/ESIMD/unified_memory_api/atomic_update_acc_pvc.cpp @@ -10,8 +10,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out -// RUN: %{run} %t.out #include "Inputs/atomic_update.hpp" diff --git a/sycl/test-e2e/ESIMD/unified_memory_api/atomic_update_acc_pvc_stateless.cpp b/sycl/test-e2e/ESIMD/unified_memory_api/atomic_update_acc_pvc_stateless.cpp new file mode 100644 index 0000000000000..949bf56ab9d71 --- /dev/null +++ b/sycl/test-e2e/ESIMD/unified_memory_api/atomic_update_acc_pvc_stateless.cpp @@ -0,0 +1,14 @@ +//==-- atomic_update_acc_pvc_stateless.cpp - DPC++ ESIMD on-device test --==// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===-------------------------------------------------------------------===// + +// REQUIRES: gpu-intel-pvc + +// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out +// RUN: %{run} %t.out + +#include "atomic_update_acc_pvc.cpp"