-
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
[Refactor][VM] Port memory_alloc to c++ #7369
Conversation
Do we want to remove the python version? |
@masahi oops, I missed a commit. We should be able to remove it |
@zhiics FYI compiling MaskRCNN with C++
|
2e08f55
to
ff9691f
Compare
@masahi yeah, thanks for reminding. Python pass wouldn't have it because it uses the Python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
thanks @zhiics |
* Port memory_alloc to c++ * remove memory python pass
* Port memory_alloc to c++ * remove memory python pass
* Port memory_alloc to c++ * remove memory python pass
* Port memory_alloc to c++ * remove memory python pass
This PR ports the memory manifest pass to C++. This would help reduce compilation time for large models.
@masahi @icemelon9 @anijain2305 @jroesch @mbrookhart @kevinthesun