-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dask indexing problem with cupy #11266
Comments
Hmm, in the example above, |
Yep, sorry I have fixed the example above so users can reproduce the error. Thank you for investigating the issue :) |
As far as I can tell, setitem_array (used to build the graph for the There also seems to be very recent code that uses numpy explicitly in a way that will not work when the underlying data is cupy (for example #11267 and #11291 will further break your example). cc @phofl (just for awareness - not because you have any responsibility to fix anything) I'll try to find a way to address the functionality described in this issue, but it does look like there are a large number of other legitimate dask-array failures in gpuCI at the moment as well... |
@rjzamora thank you for the answer, now the bug is more clear to me, let me know once there is some fixes on this please :) |
Thanks for the bump @miguelcarcamov - I'm hopeful that #11421 will resolve this issue. |
Hi, I want to index an array and then set those values to something.
So, this is the example that DOES NOT work.
Minimal Complete Verifiable Example:
Error:
Anything else we need to know?:
The example above works with
numpy
as backend, works with onlynumpy
andcupy
.Environment:
The text was updated successfully, but these errors were encountered: