Skip to content

Commit 92a40ff

Browse files
vasilytricbb-sycl
authored andcommitted
[SYCL][ESIMD] Add test on logical not operator (intel#784)
* [SYCL][ESIMD] Add test on logical not operator
1 parent a4792bf commit 92a40ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SYCL/ESIMD/api/functional/operators/operator_logical_not.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
#include "../shared_element.hpp"
2727
#include "common.hpp"
2828

29+
<<<<<<< HEAD
2930
using namespace sycl::ext::intel::esimd;
31+
=======
32+
using namespace sycl::ext::intel::experimental::esimd;
33+
>>>>>>> 95fd782fd ([SYCL][ESIMD] Add test on logical not operator (#784))
3034
using namespace esimd_test::api::functional;
3135

3236
// Descriptor class for the case of calling logical not operator.

0 commit comments

Comments
 (0)