-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[HLSL] implement SV_GroupID
semantic
#70120
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
Closed
Labels
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
HLSL
HLSL Language Support
Comments
I'll work on this task. |
lizhengxing
added a commit
to lizhengxing/llvm-project
that referenced
this issue
Nov 12, 2024
Support SV_GroupID attribute. Translate it into dx.group.id in clang codeGen. Fixes: llvm#70120
@llvm/issue-subscribers-clang-frontend Author: Chris B (llvm-beanz)
Implement the HLSL `SV_GroupID` semantic for entry parameter declarations:
https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/sv-groupid AC:
|
@llvm/issue-subscribers-clang-codegen Author: Chris B (llvm-beanz)
Implement the HLSL `SV_GroupID` semantic for entry parameter declarations:
https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/sv-groupid AC:
|
lizhengxing
added a commit
to lizhengxing/llvm-project
that referenced
this issue
Jan 2, 2025
The HLSL SV_GroupID semantic attribute is lowered into @llvm.spv.group.id intrinsic in LLVM IR for SPIR-V target. In the SPIR-V backend, this is now translated to a `WorkgroupId` builtin variable. Fixes llvm#118700 which's a follow-up work to llvm#70120
This was referenced Feb 8, 2025
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
HLSL
HLSL Language Support
Uh oh!
There was an error while loading. Please reload this page.
Implement the HLSL
SV_GroupID
semantic for entry parameter declarations:https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/sv-groupid
AC:
The text was updated successfully, but these errors were encountered: