Skip to content

Commit 8094f6d

Browse files
Added missing includes of common_inplace
1 parent b291c97 commit 8094f6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dpctl/tensor/libtensor/include/kernels/elementwise_functions/floor_divide.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include "utils/type_utils.hpp"
3535

3636
#include "kernels/elementwise_functions/common.hpp"
37+
#include "kernels/elementwise_functions/common_inplace.hpp"
3738
#include <pybind11/pybind11.h>
3839

3940
namespace dpctl

dpctl/tensor/libtensor/include/kernels/elementwise_functions/pow.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include "utils/type_utils.hpp"
3636

3737
#include "kernels/elementwise_functions/common.hpp"
38+
#include "kernels/elementwise_functions/common_inplace.hpp"
3839
#include <pybind11/pybind11.h>
3940

4041
namespace dpctl

0 commit comments

Comments
 (0)