-
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
[NNVM][RFC] Begin the removal of NNVM Compiler #4496
Comments
Our rust code uses NNVM for testing and a usage document. They need to be updated. |
VTA's dependence on NNVM (#4419) has mostly been removed; documentation and CI dockerfiles have to be updated to reflect this. |
NOTE, we will only remove the nnvm compiler component, as mxnet's still makes use the core data structures. |
#4535 removes the dependencies in apps, rust |
NNVM compiler is removed from the mainline as of #4571 The core nnvm data structures still will be maintained. |
After one cycle of deprecation it is now time to start the removal of legacy NNVM code. NNVM's existence in the repo is preventing some refactoring to occur for @icemelon9's new dynamically sized kernel generation work.
I know we still have some external consumers of NNVM and we should be mindful of removing things in the correct order. If we could start a discussion to collect maintenance requirements before starting to remove NNVM would be great, then we can implement the action plan over the course of the next few weeks.
The text was updated successfully, but these errors were encountered: