Skip to content
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

[Relay][VM] Handle recursion to avoid memory leak #4193

Closed
wweic opened this issue Oct 24, 2019 · 0 comments
Closed

[Relay][VM] Handle recursion to avoid memory leak #4193

wweic opened this issue Oct 24, 2019 · 0 comments
Labels
executor:vm runtime components of VM flow. src/runtime/vm, python/tvm/runtime/vm.py flow:vm

Comments

@wweic
Copy link
Contributor

wweic commented Oct 24, 2019

The problem is described in #4143.

The fix for interpreter is #4155. We need to handle let recursion in VMCompiler and vm to avoid memory leak.

@areusch areusch added the needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it label Oct 19, 2022
@areusch areusch added flow:vm executor:vm runtime components of VM flow. src/runtime/vm, python/tvm/runtime/vm.py and removed needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it labels Nov 16, 2022
@tqchen tqchen closed this as completed Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
executor:vm runtime components of VM flow. src/runtime/vm, python/tvm/runtime/vm.py flow:vm
Projects
None yet
Development

No branches or pull requests

3 participants