pyccel / pyccel-cuda

Cuda extension to pyccel
MIT License
1 stars 0 forks source link

Add cupy ravel #21

Open bauom opened 10 months ago

bauom commented 10 months ago

This PR will implement the call the cupy.ravel by replacing it call with array creation of a flattened version of the passed array.

TODO: