We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4792bf commit 92a40ffCopy full SHA for 92a40ff
SYCL/ESIMD/api/functional/operators/operator_logical_not.cpp
@@ -26,7 +26,11 @@
26
#include "../shared_element.hpp"
27
#include "common.hpp"
28
29
+<<<<<<< HEAD
30
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))
34
using namespace esimd_test::api::functional;
35
36
// Descriptor class for the case of calling logical not operator.
0 commit comments