-
Notifications
You must be signed in to change notification settings - Fork 826
Implement support for groupshared arg attribute #8013
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
get compiler to error when types aren't exactly the same + arg not groupshared bug fix fix test disallow groupshared param in export/noinline funcs first check if there are attrs remove accidental change tests
update tests to show new mangling
|
✅ With the latest revision this PR passed the C/C++ code formatter. |
hekota
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.
Mostly looks good, I just have a few comments and suggestions/nits.
tools/clang/test/SemaHLSL/v202x/groupshared/NotGroupSharedTest.hlsl
Outdated
Show resolved
Hide resolved
tools/clang/test/SemaHLSL/v202x/groupshared/NotGroupSharedTest.hlsl
Outdated
Show resolved
Hide resolved
|
Please add something to https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/ReleaseNotes.md as appropriate. |
hekota
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.
LGTM!
Implements support for groupshared argument attribute.
Closes #7969