Skip to content

Commit f0c802c

Browse files
Apply remarks
1 parent 003fa92 commit f0c802c

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

dpctl_ext/tensor/libtensor/source/reductions/logsumexp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include <sycl/sycl.hpp>
4141

4242
#include "dpnp4pybind11.hpp"
43+
#include <pybind11/numpy.h>
4344
#include <pybind11/pybind11.h>
4445
#include <pybind11/stl.h>
4546

dpctl_ext/tensor/libtensor/source/reductions/prod.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@
3535

3636
#include <complex>
3737
#include <cstdint>
38+
#include <string>
3839
#include <type_traits>
3940
#include <vector>
4041

4142
#include <sycl/sycl.hpp>
4243

4344
#include "dpnp4pybind11.hpp"
45+
#include <pybind11/numpy.h>
4446
#include <pybind11/pybind11.h>
4547
#include <pybind11/stl.h>
4648

dpctl_ext/tensor/libtensor/source/reductions/reduce_hypot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include <sycl/sycl.hpp>
4141

4242
#include "dpnp4pybind11.hpp"
43+
#include <pybind11/numpy.h>
4344
#include <pybind11/pybind11.h>
4445
#include <pybind11/stl.h>
4546

dpctl_ext/tensor/libtensor/source/reductions/reduction_over_axis.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include <exception>
4141
#include <iterator>
4242
#include <stdexcept>
43+
#include <string>
4344
#include <type_traits>
4445
#include <utility>
4546
#include <vector>

dpctl_ext/tensor/libtensor/source/reductions/sum.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@
3535

3636
#include <complex>
3737
#include <cstdint>
38+
#include <string>
3839
#include <type_traits>
3940
#include <vector>
4041

4142
#include <sycl/sycl.hpp>
4243

4344
#include "dpnp4pybind11.hpp"
45+
#include <pybind11/numpy.h>
4446
#include <pybind11/pybind11.h>
4547
#include <pybind11/stl.h>
4648

0 commit comments

Comments
 (0)