-
Notifications
You must be signed in to change notification settings - Fork 3k
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
List of missing support from MXNet in DGL project #435
Comments
should we create an issue at mxnet repo? |
What's the difference between segment_sum and scatter_sum? |
segment_sum assumes continuous index while scatter_sum not. |
Is there an on-going issue in mxnet we could refer to? |
I added related issue from what I know. Please create for the rest |
we can create separate issues (one for each item) in mxnet with labels (sparse, numpy, etc) and use this issue to track the progress |
That's a good idea. I could help create these issues in MXNet and maintain links to this issue if you want. |
should we list all problems here and create issues in the mxnet repo for each category? i guess it's nice to have everything in one place. |
Here is a list of other issues in MXNet:
|
actually, split with sizes_of_sections is supported in MXNet now. I forgot to update it in DGL. |
Do you guys really need zero-copy an NDArray from numpy? If so, I can try to implement. |
@zheng-da I've updated the list. Removed sparse related requirements as DGL now handles all the sparse operations. Could you track the status again and update this thread? |
@jermainewang zero-copy from numpy has been implemented. |
@junrushao1994 do we need to change anything to use zero-copy from numpy? |
split and zero copy from NumPy is done. |
🚀 Feature
We use this issue as a list of required but currently missing features of MXNet. We also need to prioritize them.
Performance related:
autograd.Function
, and it works pretty well)The text was updated successfully, but these errors were encountered: