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

[TIR] Add pass ManifestSharedMemoryLocalStage #12355

Merged
merged 3 commits into from
Aug 13, 2022

Conversation

vinx13
Copy link
Member

@vinx13 vinx13 commented Aug 10, 2022

Added a pass to insert local (cache) stage for the shared memory. It's similar to cache read but bypasses the limitation of int set analysis for compacting buffer region by inferring the buffer shape from the loop extents.

cc @junrushao1994 @spectrometerHBH @masahi @jinhongyii

@vinx13 vinx13 marked this pull request as ready for review August 10, 2022 19:05
@vinx13 vinx13 force-pushed the feat/manifest-local branch from 9d5c2bd to 9602886 Compare August 10, 2022 19:06
@junrushao
Copy link
Member

Ping @spectrometerHBH for a second review

@vinx13 vinx13 force-pushed the feat/manifest-local branch from a5d15a4 to 09f326b Compare August 13, 2022 01:58
@junrushao junrushao merged commit 036aa72 into apache:main Aug 13, 2022
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
Added a pass to insert local (cache) stage for the shared memory. It's similar to cache read but bypasses the limitation of int set analysis for compacting buffer region by inferring the buffer shape from the loop extents.
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