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 8c54929 commit 979b51cCopy full SHA for 979b51c
dpnp/backend/kernels/elementwise_functions/nan_to_num.hpp
@@ -97,7 +97,7 @@ template <typename T, typename scT>
97
sycl::event nan_to_num_impl(sycl::queue &q,
98
size_t nelems,
99
int nd,
100
- const ssize_t *shape_strides,
+ const dpctl::tensor::ssize_t *shape_strides,
101
const scT nan,
102
const scT posinf,
103
const scT neginf,
0 commit comments