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

[SPIR-V] Input variables should not have linkage attributes #131878

Closed
cassiebeckley opened this issue Mar 18, 2025 · 0 comments · Fixed by #132301
Closed

[SPIR-V] Input variables should not have linkage attributes #131878

cassiebeckley opened this issue Mar 18, 2025 · 0 comments · Fixed by #132301

Comments

@cassiebeckley
Copy link
Contributor

@llvm.spv.thread.id.in.group (generated by HLSL SV_GroupThreadID), @llvm.spv.thread.id (HLSL's SV_DispatchThreadID) and other intrinsics are currently being lowered to builtin input variables with linkage attributes. This is not valid for SPIR-V shaders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants