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

[Adreno][Textures] Fix static memory planner #13253

Merged
merged 4 commits into from
Nov 8, 2022

Conversation

echuraev
Copy link
Contributor

@echuraev echuraev commented Nov 1, 2022

  • Fix memory reusage in static memory planner.
  • Move token allocators to separate file
  • Add test on TokenAllocator2d

cc: @elvin-n, @csullivan

@tvm-bot
Copy link
Collaborator

tvm-bot commented Nov 1, 2022

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

src/relay/backend/graph_plan_memory.cc Outdated Show resolved Hide resolved
src/relay/backend/graph_plan_memory.cc Outdated Show resolved Hide resolved
src/relay/backend/graph_plan_memory.cc Outdated Show resolved Hide resolved
@echuraev
Copy link
Contributor Author

echuraev commented Nov 8, 2022

@masahi Could you please take a look at this PR?

@masahi masahi merged commit be30238 into apache:main Nov 8, 2022
@echuraev echuraev deleted the echuraev/fix_static_planner branch November 8, 2022 12:41
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 10, 2022
* [Adreno][Textures] Fix static memory planner

Fix memory reusage in static memory planner.

* Move token allocators to separate file

* Add test on TokenAllocator2d

* Apply comments and fix CI
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
* [Adreno][Textures] Fix static memory planner

Fix memory reusage in static memory planner.

* Move token allocators to separate file

* Add test on TokenAllocator2d

* Apply comments and fix CI
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.

4 participants