<!-- Thanks for opening an issue! To help the Numba team handle your information efficiently, please first ensure that there is no other issue present that already describes the issue you have (search at https://github.com/numba/numba/issues?&q=is%3Aissue). For more general "how do I do X?" type questions, please speak to us in real time on https://gitter.im/numba/numba or post to the Numba mailing list https://groups.google.com/a/continuum.io/forum/#!forum/numba-users. --> ## Feature request Currently if you give `.ravel()` non-contiguous data [it will raise a `NotImplementedError`]( https://github.com/numba/numba/blob/bdd8e312a24c5b76ee4fe480abe553cff349aa51/numba/cuda/cudadrv/devicearray.py#L493 ). It would be nice to have this implemented. <!-- Please include details of the feature you would like to see, why you would like to see it/the use case -->
Feature request
Currently if you give
.ravel()non-contiguous data it will raise aNotImplementedError. It would be nice to have this implemented.