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

[Vulkan] Implement sync for SyncThread("warp") #8320

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

Lunderberg
Copy link
Contributor

Add sync if a SyncThread("warp") node is present. The sync is done at spv::ScopeSubgroup if supported (Vulkan 1.1+), and at spv::ScopeWorkgroup otherwise.

- Add sync if a SyncThread("warp") node is present.  The sync is done
  at spv::ScopeSubgroup if supported (Vulkan 1.1+), and at
  spv::ScopeWorkgroup otherwise.
@Lunderberg
Copy link
Contributor Author

Potential reviewer: @masahi

@masahi masahi merged commit 3e28716 into apache:main Jun 24, 2021
@masahi
Copy link
Member

masahi commented Jun 24, 2021

Thanks @Lunderberg

@Lunderberg Lunderberg deleted the vulkan_sync_thread_warp branch June 24, 2021 20:09
ylc pushed a commit to ylc/tvm that referenced this pull request Sep 29, 2021
- Add sync if a SyncThread("warp") node is present.  The sync is done
  at spv::ScopeSubgroup if supported (Vulkan 1.1+), and at
  spv::ScopeWorkgroup otherwise.

Co-authored-by: Eric Lunderberg <[email protected]>
zxy844288792 pushed a commit to zxy844288792/tvm that referenced this pull request Mar 4, 2022
- Add sync if a SyncThread("warp") node is present.  The sync is done
  at spv::ScopeSubgroup if supported (Vulkan 1.1+), and at
  spv::ScopeWorkgroup otherwise.

Co-authored-by: Eric Lunderberg <[email protected]>
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