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

[BACKEND] Explicitly allow specialization of FMA in llvm #407

Merged
merged 1 commit into from
Sep 1, 2017

Conversation

tqchen
Copy link
Member

@tqchen tqchen commented Sep 1, 2017

No description provided.

@tqchen
Copy link
Member Author

tqchen commented Sep 1, 2017

cc @ZihengJiang

@tqchen tqchen merged commit f73c461 into apache:master Sep 1, 2017
Hzfengsy added a commit to Hzfengsy/tvm that referenced this pull request Jul 29, 2021
* support match_buffer_region

(cherry picked from commit 682ca84cf44d1c0aaf98440effc13e12141cf8e0)

* some fix

* change match_buffer_region to match_buffer

* fix printer and parser

* update testcase

* Apply suggestions from code review

Co-authored-by: Wuwei Lin <wuwei@apache.org>
Hzfengsy added a commit to Hzfengsy/tvm that referenced this pull request Jul 30, 2021
* support match_buffer_region

(cherry picked from commit 682ca84cf44d1c0aaf98440effc13e12141cf8e0)

* some fix

* change match_buffer_region to match_buffer

* fix printer and parser

* update testcase

* Apply suggestions from code review

Co-authored-by: Wuwei Lin <wuwei@apache.org>
yelite pushed a commit to yelite/tvm that referenced this pull request Feb 17, 2023
This PR introduces the static memory planning pass on binding block level.

* The detailed pass document is in the [implementation file](https://github.com/MasterJH5574/relax/blob/relax-dev/2023-02-04-memory-planning/src/relax/transform/static_plan_block_memory.cc).

* The static memory planning supports nested tuples.

* The static memory planning supports reuse memory of the input of
reshape ops.

* This PR brings the lowering of memory ops (`memory.alloc/kill_storage`,
`memory.alloc/kill_tensor`) in the VMBuiltinLower pass as well, to support
memory planning.

* The PR provides unit tests for the memory planning to my best knowledge.
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.

2 participants