-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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][Schedule] Fix cache_read loc detecting and region_cover checking #13345
Conversation
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 |
97d9f7c
to
ed2157c
Compare
Could you please add a regression testcase? |
@wrongtest-intellif would you like to review this PR? Thanks! |
5ec4a89
to
992d5d3
Compare
992d5d3
to
c2d0efc
Compare
Test case added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. It works well for my workloads, thanks very mush!
apache#13345) Fix 2 issues of cache related primitives: * Fix region_cover checking for cache related primitives * Fix CacheLocDetector for nested SeqStmt Co-authored-by: Min Chen <chen.min@intellif.com>
Fix 2 issues of cache related primitives:
cc @Hzfengsy @wrongtest-intellif