Skip to content

Commit 3c26859

Browse files
Apply remaining remarks
1 parent 9885007 commit 3c26859

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dpctl_ext/tensor/libtensor/include/kernels/sorting/topk.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
#include <stdexcept>
4242
#include <vector>
4343

44-
#include <sycl/ext/oneapi/sub_group_mask.hpp>
4544
#include <sycl/sycl.hpp>
4645

4746
#include "kernels/sorting/merge_sort.hpp"

dpctl_ext/tensor/libtensor/source/sorting/merge_sort.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
/// extension.
3434
//===----------------------------------------------------------------------===//
3535

36+
#include <utility>
37+
#include <vector>
38+
3639
#include <sycl/sycl.hpp>
3740

3841
#include "dpnp4pybind11.hpp"

0 commit comments

Comments
 (0)