-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Frontend][MXNet] Importer Missing Operators #7186
Comments
@junrushao1994 I created this new issue. Also, I just figured out that I cannot attach the "help wanted" label so would you help with that? |
- add mxnet numpy operator, subtract - apache#7186 - https://mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.subtract.html
For |
* [Frontend][MXNet] add _npi_subtract_scalar - add mxnet numpy operator, subtract - #7186 - https://mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.subtract.html * Fix python style using black
For |
For |
Also, there is another issue that I observed in GluonNLP: dmlc/gluon-nlp#1425 . The initial investigation suggests it's related to mixed-dtype support in the MXNet --> TVM converter. |
@sxjscience |
* [Frontend][MXNet] add _npi_subtract_scalar - add mxnet numpy operator, subtract - apache#7186 - https://mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.subtract.html * Fix python style using black
* [Frontend][MXNet] add _npi_subtract_scalar - add mxnet numpy operator, subtract - apache#7186 - https://mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.subtract.html * Fix python style using black
* [Frontend][MXNet] add _npi_subtract_scalar - add mxnet numpy operator, subtract - apache#7186 - https://mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.subtract.html * Fix python style using black
* [Frontend][MXNet] add _npi_subtract_scalar - add mxnet numpy operator, subtract - apache#7186 - https://mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.subtract.html * Fix python style using black
Feature Request
Recently, TVM has supported the incoming MXNet 2.0 frontend via a series of PRs: #6054, #6699. This enables the new GluonNLP 1.0, which has been upgraded from MXNet 1.x to MXNet 2.0 to convert to TVM graph (as added in dmlc/gluon-nlp#1390).
However, not all operators in MXNet support conversion to TVM. The following is the list of operators that need to be supported.
a[idx1, idx2]
. Also see the MXNet-side implementation.The text was updated successfully, but these errors were encountered: