Skip to content

Commit 2733489

Browse files
committed
Resolve compilation warning
1 parent aa3fbf2 commit 2733489

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/populate.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
template <typename argTy1, typename argTy2> \
181181
sycl::event __name__##_strided_impl( \
182182
sycl::queue &exec_q, size_t nelems, int nd, \
183-
const ssize_t *shape_and_strides, const char *arg1_p, \
183+
const py::ssize_t *shape_and_strides, const char *arg1_p, \
184184
py::ssize_t arg1_offset, const char *arg2_p, py::ssize_t arg2_offset, \
185185
char *res_p, py::ssize_t res_offset, \
186186
const std::vector<sycl::event> &depends, \

0 commit comments

Comments
 (0)