Skip to content

Commit 0b8b875

Browse files
committed
Reworked initialization of any and all
- Now initialized by a single function call - Moved boolean reduction template into header
1 parent cbded8b commit 0b8b875

File tree

4 files changed

+312
-294
lines changed

4 files changed

+312
-294
lines changed

dpctl/tensor/libtensor/include/kernels/boolean_reductions.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,14 @@
2424
//===----------------------------------------------------------------------===//
2525

2626
#pragma once
27-
2827
#include <CL/sycl.hpp>
2928

3029
#include <complex>
3130
#include <cstdint>
3231
#include <utility>
3332
#include <vector>
3433

35-
#include "pybind11/numpy.h"
3634
#include "pybind11/pybind11.h"
37-
#include "pybind11/stl.h"
3835

3936
#include "utils/offset_utils.hpp"
4037
#include "utils/type_dispatch.hpp"

0 commit comments

Comments
 (0)