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

LowerWarpMemory: remove unneeded shuffle when accessing from the same thread #8681

Merged
merged 1 commit into from
Aug 7, 2021

Conversation

vinx13
Copy link
Member

@vinx13 vinx13 commented Aug 6, 2021

When warp memory is read/written by the same thread, shuffle is not needed. This PR also fixed a bug that RHS is not visited when mutating Store.

cc @tqchen @masahi @junrushao1994

@vinx13 vinx13 force-pushed the feat/lower_warp_memory_same branch from aa62acb to 957c6dc Compare August 6, 2021 23:33
Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Wuwei for the fix!

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