-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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] Introduce llvm.dx.handle.fromBinding intrinsic and lowering #91366
Closed
Tracked by
#101555
Labels
Comments
bogner
changed the title
Introduce llvm.dx.handle.fromBinding intrinsic and lowering
[DirectX] Introduce llvm.dx.handle.fromBinding intrinsic and lowering
May 7, 2024
This was referenced May 7, 2024
This was referenced Jul 30, 2024
5c4lar
pushed a commit
to 5c4lar/llvm-project
that referenced
this issue
Aug 29, 2024
Generate metadata from target extension type based resources. Part of llvm#91366 Pull Request: llvm#104447
dmpolukhin
pushed a commit
to dmpolukhin/llvm-project
that referenced
this issue
Sep 2, 2024
Generate metadata from target extension type based resources. Part of llvm#91366 Pull Request: llvm#104447
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When creating handles from binding information in llvm we'll represent it with a
llvm.dx.handle.fromBinding
intrinsic that creates a target type. There's more information in #90553 but generally this will look something like so:This will need to be lowered to either
createHandle
orcreateHandleFromBinding
+annotateHandle
dxil operations depending on the shader model, as well as the dxil metadata for resource binding.Acceptance Criteria
The text was updated successfully, but these errors were encountered: