File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
SYCL/ESIMD/api/functional/ctors Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 6
6
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
7
//
8
8
// ===----------------------------------------------------------------------===//
9
+ <<<<<<< HEAD:SYCL/ESIMD/api/functional/ctors/ctor_copy.hpp
9
10
// /
10
11
// / \file
11
12
// / This file provides functions for tests on simd copy constructor.
14
15
15
16
#pragma once
16
17
#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
17
30
18
31
#include " common.hpp"
19
32
You can’t perform that action at this time.
0 commit comments