Skip to content

Commit e25c6dc

Browse files
yuriykochbb-sycl
authored andcommitted
[SYCL][ESIMD] Enable simd copy constructor tests (intel#722)
1 parent a5912a4 commit e25c6dc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

SYCL/ESIMD/api/functional/ctors/ctor_copy.hpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
//
88
//===----------------------------------------------------------------------===//
9+
<<<<<<< HEAD:SYCL/ESIMD/api/functional/ctors/ctor_copy.hpp
910
///
1011
/// \file
1112
/// This file provides functions for tests on simd copy constructor.
@@ -14,6 +15,18 @@
1415

1516
#pragma once
1617
#define ESIMD_TESTS_DISABLE_DEPRECATED_TEST_DESCRIPTION_FOR_LOGS
18+
=======
19+
// REQUIRES: gpu, level_zero
20+
// XREQUIRES: gpu
21+
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
22+
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in
23+
// "XREQUIRES".
24+
// UNSUPPORTED: cuda, hip
25+
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
26+
// RUN: %GPU_RUN_PLACEHOLDER %t.out
27+
//
28+
// Test for esimd copy constructor.
29+
>>>>>>> 4dd90b8a6 ([SYCL][ESIMD] Enable simd copy constructor tests (#722)):SYCL/ESIMD/api/functional/ctors/ctor_copy.cpp
1730

1831
#include "common.hpp"
1932

0 commit comments

Comments
 (0)