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 687d66f commit db1d5c7Copy full SHA for db1d5c7
dpctl/tensor/libtensor/source/simplify_iteration_space.cpp
@@ -23,7 +23,6 @@
23
//===--------------------------------------------------------------------===//
24
25
#include "simplify_iteration_space.hpp"
26
-#include "dpctl4pybind11.hpp"
27
#include "utils/strided_iters.hpp"
28
#include <pybind11/pybind11.h>
29
#include <vector>
@@ -37,9 +36,6 @@ namespace py_internal
37
36
38
namespace py = pybind11;
39
40
-using dpctl::tensor::c_contiguous_strides;
41
-using dpctl::tensor::f_contiguous_strides;
42
-
43
void simplify_iteration_space_1(int &nd,
44
const py::ssize_t *const &shape,
45
std::vector<py::ssize_t> const &strides,
0 commit comments