llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

[HLSL] implement `SV_GroupThreadId` semantic

Open llvm-beanz opened this issue 2 years ago • 1 comments

Implement the HLSL SV_GroupThreadId semantic for entry parameter declarations:

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/sv-groupthreadid

llvm-beanz avatar Oct 24 '23 20:10 llvm-beanz

I'll work on this task.

lizhengxing avatar Oct 04 '24 18:10 lizhengxing

@llvm/issue-subscribers-clang-codegen

Author: Chris B (llvm-beanz)

Implement the HLSL `SV_GroupThreadId` semantic for entry parameter declarations:

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/sv-groupthreadid

llvmbot avatar Dec 10 '24 22:12 llvmbot

@llvm/issue-subscribers-clang-frontend

Author: Chris B (llvm-beanz)

Implement the HLSL `SV_GroupThreadId` semantic for entry parameter declarations:

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/sv-groupthreadid

llvmbot avatar Dec 10 '24 22:12 llvmbot