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 6a3d9e8 commit edf97c6Copy full SHA for edf97c6
dpctl/tensor/libtensor/source/full_ctor.cpp
@@ -215,7 +215,7 @@ usm_ndarray_full(const py::object &py_value,
215
sycl::queue &exec_q,
216
const std::vector<sycl::event> &depends)
217
{
218
- // start, end should be coercible into data type of dst
+ // py_value should be coercible into data type of dst
219
220
py::ssize_t dst_nelems = dst.get_size();
221
0 commit comments