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

[Feat] Uniformity analysis for SPIR-V #460

Merged
merged 39 commits into from
Feb 2, 2025

Conversation

wingertge
Copy link
Contributor

@wingertge wingertge commented Jan 31, 2025

Adds a new uniformity analysis for the SPIR-V backend, and applies the Uniform decoration to all outputs that are plane uniform. This can potentially allow more optimizations to be applied by the driver, especially in cases where we know a variable is uniform but the lower level driver wouldn't.

Testing

All tests pass

@wingertge wingertge changed the title [Featuniformity analysis [Feat] Uniformity analysis for SPIR-V Jan 31, 2025
@wingertge wingertge marked this pull request as ready for review January 31, 2025 16:52
Copy link
Member

@nathanielsimard nathanielsimard left a comment

Choose a reason for hiding this comment

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

LGTM

@nathanielsimard nathanielsimard merged commit 63a1c59 into tracel-ai:main Feb 2, 2025
5 checks passed
@wingertge wingertge deleted the feat/uniformity-analysis branch February 2, 2025 21:29
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