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

[DirectX] DXContainer ISG1 part #57743

Closed
llvm-beanz opened this issue Sep 14, 2022 · 0 comments · Fixed by #67346
Closed

[DirectX] DXContainer ISG1 part #57743

llvm-beanz opened this issue Sep 14, 2022 · 0 comments · Fixed by #67346
Assignees

Comments

@llvm-beanz
Copy link
Collaborator

The DXContainer ISG1 part stores the input signature and needs to be generated during code generation in the backend.

@llvm-beanz llvm-beanz self-assigned this Sep 14, 2022
@llvm-beanz llvm-beanz removed their assignment Oct 3, 2022
@llvm-beanz llvm-beanz self-assigned this Dec 12, 2022
llvm-beanz added a commit that referenced this issue Oct 5, 2023
For DirectX, program signatures are encoded into three different binary
sections depending on if the signature is for inputs, outputs, or
patches. All three signature types use the same data structure encoding
so they can share a lot of logic.

This patch adds support for reading and writing program signature data
as both yaml and binary data.

Fixes #57743 and #57744
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant