cupy
repeat
does not accept CuPy array for repeats
#312
Labels
cupy
repeat
does not accept CuPy array for repeats
#312
The standard specifies that the second argument of
repeat
("repeats
") can be an array of integers, but CuPy doesn't support this.The array API documentation of repeats notes:
From cupy/cupy#3849, I see that this is the case for CuPy. Not sure what that means for this issue. One could argue that CuPy does not support it and that this can be closed.
The text was updated successfully, but these errors were encountered: