Skip to content

Commit 0f26aa5

Browse files
[SPIR-V] Update docs to describe support of SPV_KHR_shader_clock (#93168)
This PR updates docs to describe support of SPV_KHR_shader_clock extension added by #92771.
1 parent 879b726 commit 0f26aa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/docs/SPIRVUsage.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ list of supported SPIR-V extensions, sorted alphabetically by their extension na
163163
- Allows to use the LinkOnceODR linkage type that lets a function or global variable to be merged with other functions or global variables of the same name when linkage occurs.
164164
* - ``SPV_KHR_no_integer_wrap_decoration``
165165
- Adds decorations to indicate that a given instruction does not cause integer wrapping.
166+
* - ``SPV_KHR_shader_clock``
167+
- Adds the extension cl_khr_kernel_clock that adds the ability for a kernel to sample the value from clocks provided by compute units.
166168
* - ``SPV_KHR_subgroup_rotate``
167169
- Adds a new instruction that enables rotating values across invocations within a subgroup.
168170
* - ``SPV_KHR_uniform_group_instructions``

0 commit comments

Comments
 (0)