We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f3619 commit b1f63a2Copy full SHA for b1f63a2
dpnp/backend/extensions/ufunc/elementwise_functions/frexp.cpp
@@ -37,7 +37,6 @@
37
38
#include "frexp.hpp"
39
#include "kernels/elementwise_functions/frexp.hpp"
40
-#include "populate.hpp"
41
42
// include a local copy of elementwise common header from dpctl tensor:
43
// dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions.hpp
@@ -226,8 +225,6 @@ void populate_frexp_dispatch_vectors(void)
226
225
init_dispatch_vector<std::pair<int, int>, FrexpTypeMapFactory>(
227
frexp_output_typeid_vector);
228
};
229
-
230
-// MACRO_POPULATE_DISPATCH_TABLES(ldexp);
231
} // namespace impl
232
233
void init_frexp(py::module_ m)
0 commit comments