You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problems or issues found in the documentation
The conversion from CuImage to numpy array fails when image is loaded by GPU device (works with cupy array).
Conversely, the conversion from CuImage to cupy array fails if the image is loaded by the CPU device (works with numpy array).
There is no reference to that anywhere, also in the link, it states that the device feature is not yet supported when it is already.
Report needed documentation
Report needed documentation
Hint to the aforementioned problem.
Steps taken to search for needed documentation
Read through docs, google.