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.
2 parents 9a1f205 + da3fe8a commit 34523b1Copy full SHA for 34523b1
dpctl/tensor/libtensor/include/kernels/elementwise_functions/common.hpp
@@ -28,6 +28,8 @@
28
#include <cstdint>
29
#include <pybind11/pybind11.h>
30
31
+#include "utils/offset_utils.hpp"
32
+
33
namespace dpctl
34
{
35
namespace tensor
@@ -37,6 +39,8 @@ namespace kernels
37
39
namespace elementwise_common
38
40
41
42
+namespace py = pybind11;
43
44
/*! @brief Functor for unary function evaluation on contiguous array */
45
template <typename argT,
46
typename resT,
0 commit comments