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 92baa1e commit c086482Copy full SHA for c086482
dpnp/backend/extensions/ufunc/elementwise_functions/fmod.cpp
@@ -51,11 +51,11 @@ namespace dpnp::extensions::ufunc
51
{
52
namespace py = pybind11;
53
namespace py_int = dpnp::extensions::py_internal;
54
+namespace td_ns = dpctl::tensor::type_dispatch;
55
56
namespace impl
57
58
namespace ew_cmn_ns = dpctl::tensor::kernels::elementwise_common;
-namespace td_ns = dpctl::tensor::type_dispatch;
59
60
/**
61
* @brief A factory to define pairs of supported types for which
0 commit comments