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 de05f45 commit fcd0935Copy full SHA for fcd0935
dpctl/tensor/libtensor/include/kernels/boolean_reductions.hpp
@@ -183,7 +183,7 @@ struct SequentialBooleanReduction
183
void operator()(sycl::id<1> id) const
184
{
185
186
- auto inp_out_iter_offsets_ = inp_out_iter_indexer_(id[0]);
+ auto const &inp_out_iter_offsets_ = inp_out_iter_indexer_(id[0]);
187
const py::ssize_t &inp_iter_offset =
188
inp_out_iter_offsets_.get_first_offset();
189
const py::ssize_t &out_iter_offset =
0 commit comments