diff options
Diffstat (limited to 'docs/user-guide/a3-02-reference-capability-atoms.md')
| -rw-r--r-- | docs/user-guide/a3-02-reference-capability-atoms.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md index 1cb7f5bd5..d72a2768f 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -424,6 +424,9 @@ Extensions `SPV_NV_cooperative_vector` > Represents the SPIR-V extension for SPV_NV_cooperative_vector. +`SPV_KHR_cooperative_matrix` +> Represents the SPIR-V extension for SPV_KHR_cooperative_matrix. + `spvAtomicFloat32AddEXT` > Represents the SPIR-V capability for atomic float 32 add operations. @@ -535,6 +538,9 @@ Extensions `spvCooperativeVectorTrainingNV` > Represents the SPIR-V capability for cooperative vector training +`spvCooperativeMatrixKHR` +> Represents the SPIR-V capability for cooperative matrices + `spvMaximalReconvergenceKHR` > Represents the SPIR-V capability for maximal reconvergence. @@ -1206,6 +1212,9 @@ Other ---------------------- *Capabilities that may be deprecated* +`cooperative_matrix` +> Capabilities needed to use cooperative matrices + `SPIRV_1_0` > Use `spirv_1_0` instead |
