Skip to content

[Unity] Handle extern func calls in static memory planning#14419

Merged
masahi merged 1 commit intoapache:unityfrom
vinx13:unity-memory-plan-extern-func
Mar 29, 2023
Merged

[Unity] Handle extern func calls in static memory planning#14419
masahi merged 1 commit intoapache:unityfrom
vinx13:unity-memory-plan-extern-func

Conversation

@vinx13
Copy link
Copy Markdown
Member

@vinx13 vinx13 commented Mar 28, 2023

Handling of external func calls in memory planning was missing before, which disabled memory planning for all BYOC use cases. This PR added handling for external func calls, it assumes external func calls via call_packed doesn't retain memory.

cc @MasterJH5574 @tqchen

@tvm-bot
Copy link
Copy Markdown
Collaborator

tvm-bot commented Mar 28, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

@github-actions github-actions Bot requested review from MasterJH5574 and tqchen March 28, 2023 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants