Skip to content

Commit 71e425f

Browse files
authored
[SYCL][ESIMD] Split atomic_update accessor test to make CI execution faster (#13451)
1 parent e9befa2 commit 71e425f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

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

99
// RUN: %{build} -o %t.out
1010
// RUN: %{run} %t.out
11-
// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out
12-
// RUN: %{run} %t.out
1311

1412
#include "Inputs/atomic_update.hpp"
1513

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//==------- atomic_update_acc_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+
// RUN: %{build} -fsycl-esimd-force-stateless-mem -o %t.out
10+
// RUN: %{run} %t.out
11+
12+
#include "atomic_update_acc.cpp"

0 commit comments

Comments
 (0)