cupy icon indicating copy to clipboard operation
cupy copied to clipboard

Provide sliding_window_view

Open dcherian opened this issue 3 years ago • 1 comments

Description

CuPy provides as_strided

It'd be nice to also provide sliding_window_view which IIRC is a wrapper around as_strided. Xarray uses sliding_window_view for its "rolling" operations (similar to pandas).

Additional Information

No response

dcherian avatar Aug 02 '22 16:08 dcherian

Thanks for the feedback, @dcherian! It seems numpy.lib.* things have slipped off the TODO list (#6078). PRs from anyone welcomed.

kmaehashi avatar Aug 05 '22 10:08 kmaehashi