-
Notifications
You must be signed in to change notification settings - Fork 266
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
Update SPV_AMDX_shader_enqueue #452
Conversation
Co-authored-by: Dan Brown <[email protected]> Co-authored-by: Maciej Jesionowski <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, there is 2 small discrepancy between the text and grammar but I suspect it is the text being out of sync
Yep, now fixed in the spec. Thanks! |
Merging as discussed in the October 9th teleconference. |
Is there a corresponding PR for https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/main/layers/vulkan/generated/spirv_grammar_helper.cpp#L720? |
Looks like this is being worked on in KhronosGroup/Vulkan-ValidationLayers#8679 |
@@ -5452,6 +5466,17 @@ | |||
"capabilities" : [ "ShaderEnqueueAMDX" ], | |||
"version" : "None" | |||
}, | |||
{ | |||
"opname" : "OpTypeNodePayloadArrayAMDX", | |||
"class" : "Reserved", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be type-declaration?
"class" : "Type-Declaration",
Headers modifications for the SPIR-V change: KhronosGroup/SPIRV-Registry#286