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 2c85c6e commit d05ef0cCopy full SHA for d05ef0c
dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions.hpp
@@ -24,13 +24,15 @@
24
//===----------------------------------------------------------------------===//
25
#pragma once
26
27
+#include <stdexcept>
28
+#include <sycl/sycl.hpp>
29
+#include <utility>
30
+#include <vector>
31
+
32
#include "dpctl4pybind11.hpp"
33
#include <pybind11/numpy.h>
34
#include <pybind11/pybind11.h>
35
#include <pybind11/stl.h>
-#include <sycl/sycl.hpp>
-#include <utility>
-#include <vector>
36
37
#include "elementwise_functions_type_utils.hpp"
38
#include "kernels/alignment.hpp"
0 commit comments