From 9cd0b43c9fe1da732238e2c5402b9da5646899fa Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 5 Dec 2023 11:34:11 -0800 Subject: [PATCH] [SYCL][ESIMD][E2E] Split atomic_update_acc_pvc.cpp into two tests Signed-off-by: Sarnie, Nick --- .../unified_memory_api/atomic_update_acc_pvc.cpp | 2 -- .../atomic_update_acc_pvc_stateless.cpp | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 sycl/test-e2e/ESIMD/unified_memory_api/atomic_update_acc_pvc_stateless.cpp 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"