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 d05ef0c commit 66073a7Copy full SHA for 66073a7
dpctl/tensor/libtensor/source/elementwise_functions/true_divide.cpp
@@ -23,16 +23,18 @@
23
/// specifically functions for elementwise operations.
24
//===----------------------------------------------------------------------===//
25
26
-#include "dpctl4pybind11.hpp"
27
#include <complex>
28
#include <cstdint>
29
-#include <pybind11/numpy.h>
30
-#include <pybind11/pybind11.h>
31
-#include <pybind11/stl.h>
+#include <stdexcept>
32
#include <sycl/sycl.hpp>
33
#include <utility>
34
#include <vector>
35
+#include "dpctl4pybind11.hpp"
+#include <pybind11/numpy.h>
+#include <pybind11/pybind11.h>
36
+#include <pybind11/stl.h>
37
+
38
#include "elementwise_functions.hpp"
39
#include "simplify_iteration_space.hpp"
40
#include "true_divide.hpp"
0 commit comments