Skip to content

Commit c4590ef

Browse files
committed
Move py_kaiser away from impl namespace, because exposed as API
1 parent 0edf88c commit c4590ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpnp/backend/extensions/window/kaiser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
#include <sycl/sycl.hpp>
3030

31-
#include "kaiser.hpp"
3231
#include "common.hpp"
32+
#include "kaiser.hpp"
3333

3434
#include "kernels/window/kaiser.hpp"
3535

@@ -91,6 +91,7 @@ struct KaiserFactory
9191
}
9292
}
9393
};
94+
} // namespace impl
9495

9596
std::pair<sycl::event, sycl::event>
9697
py_kaiser(sycl::queue &exec_q,
@@ -112,7 +113,6 @@ std::pair<sycl::event, sycl::event>
112113

113114
return std::make_pair(args_ev, kaiser_ev);
114115
}
115-
} // namespace impl
116116

117117
void init_kaiser_dispatch_vectors()
118118
{

0 commit comments

Comments
 (0)