-
Notifications
You must be signed in to change notification settings - Fork 181
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
Porting the scatter & sparse into Metal / MPS #464
Comments
Hi, I am also encountering issues with
I understand that scatter operations and sparse tensors may not yet have full MPS support. Is there any update on whether Any insights or workarounds would be greatly appreciated. Thank you! |
There is this package available : https://github.com/mlx-graphs/mlx-graphs that is a very good start but not as complete as PYG in term of convolution layers. |
@thegodone I've looked into mlx-graphs as an alternative to torch_scatter, but I could not find a way to get the index location when using the basic scatter operations, do you know if it is possible using mlx-graphs/mlx ? I want to get out, argmax like in the code bellow
Using mlx scatter_max only returns out |
Is there a ongoing work to port scatter and sparse packages into Metal / MPS ?
The text was updated successfully, but these errors were encountered: