Skip to content

Commit 27e6c68

Browse files
authored
[SYCL][ESIMD][E2E] Split atomic_update_acc_pvc.cpp into two tests (#12086)
It's slow so let's at least split the stateless/stateful into separate tests. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 53e3d8a commit 27e6c68

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

sycl/test-e2e/ESIMD/unified_memory_api/atomic_update_acc_pvc.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out
13-
// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out
14-
// RUN: %{run} %t.out
1513

1614
#include "Inputs/atomic_update.hpp"
1715

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//==-- atomic_update_acc_pvc_stateless.cpp - DPC++ ESIMD on-device test --==//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===-------------------------------------------------------------------===//
8+
9+
// REQUIRES: gpu-intel-pvc
10+
11+
// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out
12+
// RUN: %{run} %t.out
13+
14+
#include "atomic_update_acc_pvc.cpp"

0 commit comments

Comments
 (0)