You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/docs/SPIRVUsage.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,8 @@ Below is a list of supported SPIR-V extensions, sorted alphabetically by their e
235
235
- Adds execution modes and decorations to control floating-point computations in both kernels and shaders. It can be used on whole modules and individual instructions.
236
236
* - ``SPV_INTEL_predicated_io``
237
237
- Adds predicated load and store instructions that conditionally read from or write to memory based on a boolean predicate.
238
+
* - ``SPV_KHR_maximal_reconvergence``
239
+
- Adds execution mode and capability to enable maximal reconvergence.
0 commit comments