Skip to content

Commit c086482

Browse files
committed
Declare namespace in correct scope in fmod.cpp
1 parent 92baa1e commit c086482

File tree

1 file changed

+1
-1
lines changed
  • dpnp/backend/extensions/ufunc/elementwise_functions

1 file changed

+1
-1
lines changed

dpnp/backend/extensions/ufunc/elementwise_functions/fmod.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ namespace dpnp::extensions::ufunc
5151
{
5252
namespace py = pybind11;
5353
namespace py_int = dpnp::extensions::py_internal;
54+
namespace td_ns = dpctl::tensor::type_dispatch;
5455

5556
namespace impl
5657
{
5758
namespace ew_cmn_ns = dpctl::tensor::kernels::elementwise_common;
58-
namespace td_ns = dpctl::tensor::type_dispatch;
5959

6060
/**
6161
* @brief A factory to define pairs of supported types for which

0 commit comments

Comments
 (0)