Skip to content

Commit c6e2b9c

Browse files
kbobrovsbb-sycl
authored andcommitted
[ESIMD] Add "smoke" test for esimd::saturate (intel#791)
Signed-off-by: Konstantin S Bobrovsky <[email protected]>
1 parent 6992d0e commit c6e2b9c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

SYCL/ESIMD/api/saturation_smoke.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
10+
<<<<<<< HEAD
1011
// TODO: esimd_emulator fails due to unimplemented 'half' type
1112
// XFAIL: esimd_emulator
13+
=======
14+
>>>>>>> 2206708db ([ESIMD] Add "smoke" test for esimd::saturate (#791))
1215
// RUN: %clangxx -fsycl %s -o %t.out
1316
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1417
//
@@ -18,10 +21,17 @@
1821

1922
#include <CL/sycl.hpp>
2023
#include <iostream>
24+
<<<<<<< HEAD
2125
#include <sycl/ext/intel/esimd.hpp>
2226

2327
using namespace cl::sycl;
2428
using namespace sycl::ext::intel::esimd;
29+
=======
30+
#include <sycl/ext/intel/experimental/esimd.hpp>
31+
32+
using namespace cl::sycl;
33+
using namespace sycl::ext::intel::experimental::esimd;
34+
>>>>>>> 2206708db ([ESIMD] Add "smoke" test for esimd::saturate (#791))
2535

2636
template <class T> struct char_to_int {
2737
using type = typename std::conditional<

0 commit comments

Comments
 (0)