-
Notifications
You must be signed in to change notification settings - Fork 827
[HLSL] fix case-sensitive semantics for workgraphs #8029
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
base: main
Are you sure you want to change the base?
Conversation
The function handling semantics for work graphs were case sensitive, but shouldn't. This commit addresses that. Fixes microsoft#8014
s-perron
left a comment
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.
Add tests
s-perron
left a comment
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.
Fine with me. We should double check with someone from MS as this affects them too.
|
If this is worth mentioning in the release notes, please add something to https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/ReleaseNotes.md as appropriate. |
|
@damyanp is this OK for MS? |
|
@amarpMSFT / @tex3d - do you have any concerns with this change? |
Seems fine to me assuming this brings consistency with other semantics. |
The function handling semantics for work graphs were case sensitive, but shouldn't. This commit addresses that.
Fixes #8014