Related: #2518
|
int _J = _J_offset; |
|
for (ptrdiff_t _j = _i + _j_offset; _j < _in_ind.size(); |
|
_j += _j_stride, _J += _J_stride) { |
_J looks unused but actually used in some functions within CuPy.
I'm not sure if it should be documented to the public, but at least there should be a comment.
Related: #2518
cupy/cupy/core/reduction.pxi
Lines 47 to 49 in 1af22f5
_Jlooks unused but actually used in some functions within CuPy.I'm not sure if it should be documented to the public, but at least there should be a comment.