-
Notifications
You must be signed in to change notification settings - Fork 224
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
(Early version) Implementing spv khr shader clock support #2026
Conversation
@vmaksimo @asudarsa @maksimsab @LU-JOHN please take a look |
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.
Some initial feedback, in general looks good
Though I'd like to partially withdraw from the review to let other team members to participate in it and see how addition of new extension works in case of pure SPIR-V friendly LLVM IR translation
This comment was marked as outdated.
This comment was marked as outdated.
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. Please address comments and fix formatting issues.
Thanks
The instruction and capability op codes present in spirv.hpp for quite a while. The need to update the headers is not expected by me. But if the build shows otherwise - sure. |
Hi @MrSidims Thanks |
Hi @jgstarIntel Just FYI. I see two action items here: (1) Fix formatting issues and (2) Fix test fail in extensions/KHR/SPV_KHR_shader_clock/shader_clock.ll I think there are no other action items based on comments/discussions so far. Thanks |
Currently working and passing all tests in my workspace. Will check/rerun as needed to make sure same happens here.
|
Hi @AlexeySachkov, can you please check/merge? @asudarsa has suggested we address clang-tidy issue separately since it seems like a known/external issue. |
Link to the spec: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_shader_clock.asciidoc Co-authored-by: jgstarIntel <[email protected]>
…2203) Link to the spec: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_shader_clock.asciidoc Co-authored-by: jgstarIntel <[email protected]>
…2207) Link to the spec: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_shader_clock.asciidoc Co-authored-by: jgstarIntel <[email protected]>
…2319) Link to the spec: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_shader_clock.asciidoc Co-authored-by: jgstarIntel <[email protected]>
…2320) Link to the spec: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_shader_clock.asciidoc Co-authored-by: jgstarIntel <[email protected]>
…2321) Link to the spec: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_shader_clock.asciidoc Co-authored-by: jgstarIntel <[email protected]>
…2328) Link to the spec: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_shader_clock.asciidoc Co-authored-by: jgstarIntel <[email protected]>
…2329) Link to the spec: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_shader_clock.asciidoc Co-authored-by: jgstarIntel <[email protected]>
Early version / progress on spv khr shader clock support & testing.
Specification: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_shader_clock.asciidoc