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

Make iree_gpu.value_barrier accept multiple operands (and return multiple results) #18192

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

Groverkss
Copy link
Contributor

This patch extends the iree_gpu.value_barrier op to accept multiple inputs/results. This allows us to do optimizations like combining multiple value_barriers into 1 op. Optimizations will be submitted as further patches.

Copy link
Contributor

@qedawkins qedawkins left a comment

Choose a reason for hiding this comment

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

LGTM

@Groverkss Groverkss force-pushed the users/Groverkss/value-barrier-multiple-results branch from 0a5f445 to d6b0ada Compare August 19, 2024 11:09
@Groverkss Groverkss enabled auto-merge (squash) August 19, 2024 11:09
@Groverkss Groverkss merged commit d5c6370 into main Aug 19, 2024
39 checks passed
@Groverkss Groverkss deleted the users/Groverkss/value-barrier-multiple-results branch August 19, 2024 11:23
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