Skip to content

Commit d59cb83

Browse files
Added missing license headers, updated license year to 2023
1 parent 62f2d46 commit d59cb83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpctl/tensor/libtensor/source/tensor_py.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#include "full_ctor.hpp"
4545
#include "integer_advanced_indexing.hpp"
4646
#include "linear_sequences.hpp"
47+
#include "reductions.hpp"
4748
#include "simplify_iteration_space.hpp"
4849
#include "triul_ctor.hpp"
4950
#include "utils/memory_overlap.hpp"
@@ -351,4 +352,5 @@ PYBIND11_MODULE(_tensor_impl, m)
351352

352353
dpctl::tensor::py_internal::init_elementwise_functions(m);
353354
dpctl::tensor::py_internal::init_boolean_reduction_functions(m);
355+
dpctl::tensor::py_internal::init_reduction_functions(m);
354356
}

0 commit comments

Comments
 (0)