Implement .ravel()
on non-contiguous data
#4831
Labels
CUDA
CUDA related issue/PR
feature_request
good first issue
A good issue for a first time contributor
Feature request
Currently if you give
.ravel()
non-contiguous data it will raise aNotImplementedError
. It would be nice to have this implemented.The text was updated successfully, but these errors were encountered: