We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edf88c commit c4590efCopy full SHA for c4590ef
dpnp/backend/extensions/window/kaiser.cpp
@@ -28,8 +28,8 @@
28
29
#include <sycl/sycl.hpp>
30
31
-#include "kaiser.hpp"
32
#include "common.hpp"
+#include "kaiser.hpp"
33
34
#include "kernels/window/kaiser.hpp"
35
@@ -91,6 +91,7 @@ struct KaiserFactory
91
}
92
93
};
94
+} // namespace impl
95
96
std::pair<sycl::event, sycl::event>
97
py_kaiser(sycl::queue &exec_q,
@@ -112,7 +113,6 @@ std::pair<sycl::event, sycl::event>
112
113
114
return std::make_pair(args_ev, kaiser_ev);
115
-} // namespace impl
116
117
void init_kaiser_dispatch_vectors()
118
{
0 commit comments