File tree Expand file tree Collapse file tree 6 files changed +1
-12
lines changed
dpctl_ext/tensor/libtensor/source Expand file tree Collapse file tree 6 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 3232// / This file defines functions of dpctl.tensor._tensor_impl extensions
3333// ===----------------------------------------------------------------------===//
3434
35- #include < algorithm>
3635#include < cstddef>
3736#include < cstdint>
3837#include < stdexcept>
4241
4342#include " dpnp4pybind11.hpp"
4443#include < pybind11/pybind11.h>
45- #include < pybind11/stl.h>
4644
4745#include " kernels/accumulators.hpp"
48- #include " simplify_iteration_space.hpp"
4946#include " utils/memory_overlap.hpp"
5047#include " utils/offset_utils.hpp"
5148#include " utils/output_validation.hpp"
Original file line number Diff line number Diff line change 3636
3737#include " dpnp4pybind11.hpp"
3838#include < pybind11/pybind11.h>
39- # include < pybind11/stl.h >
39+
4040#include < sycl/sycl.hpp>
4141
4242namespace dpctl ::tensor::py_internal
Original file line number Diff line number Diff line change 3232// / This file defines functions of dpctl.tensor._tensor_impl extensions
3333// ===--------------------------------------------------------------------===//
3434
35- #include < complex>
3635#include < cstddef>
3736#include < cstdint>
3837#include < tuple>
4241#include < sycl/sycl.hpp>
4342
4443#include " dpnp4pybind11.hpp"
45- #include < pybind11/complex.h>
4644#include < pybind11/pybind11.h>
4745
4846#include " kernels/constructors.hpp"
Original file line number Diff line number Diff line change 3434// ===----------------------------------------------------------------------===//
3535
3636#include < algorithm>
37- #include < complex>
3837#include < cstddef>
3938#include < cstdint>
4039#include < iterator>
4746#include < sycl/sycl.hpp>
4847
4948#include " dpnp4pybind11.hpp"
50- #include < pybind11/complex.h>
5149#include < pybind11/pybind11.h>
52- #include < pybind11/stl.h>
5350
5451#include " kernels/integer_advanced_indexing.hpp"
5552#include " utils/memory_overlap.hpp"
Original file line number Diff line number Diff line change 5858#include " kernels/dpctl_tensor_types.hpp"
5959// #include "linear_sequences.hpp"
6060// #include "repeat.hpp"
61- #include " simplify_iteration_space.hpp"
6261#include " triul_ctor.hpp"
6362#include " utils/memory_overlap.hpp"
6463#include " utils/strided_iters.hpp"
Original file line number Diff line number Diff line change 3232// / This file defines functions of dpctl.tensor._tensor_impl extensions
3333// ===--------------------------------------------------------------------===//
3434
35- #include < complex>
3635#include < cstddef>
3736#include < stdexcept>
3837#include < utility>
4140#include < sycl/sycl.hpp>
4241
4342#include " dpnp4pybind11.hpp"
44- #include < pybind11/complex.h>
4543#include < pybind11/pybind11.h>
4644
4745#include " utils/output_validation.hpp"
You can’t perform that action at this time.
0 commit comments