Skip to content

Commit 5f0b40a

Browse files
committed
Update llvm/docs/SPIRVUsage.rst
1 parent 4c243ab commit 5f0b40a

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
@@ -215,6 +215,8 @@ list of supported SPIR-V extensions, sorted alphabetically by their extension na
215215
- Adds a bitwise instruction on three operands and a look-up table index for specifying the bitwise operation to perform.
216216
* - ``SPV_INTEL_subgroup_matrix_multiply_accumulate``
217217
- Adds an instruction to compute the matrix product of an M x K matrix with a K x N matrix and then add an M x N matrix.
218+
* - ``SPV_INTEL_int4``
219+
- Adds support for 4-bit integer type, and allow this type to be used in cooperative matrices.
218220

219221
To enable multiple extensions, list them separated by comma. For example, to enable support for atomic operations on floating-point numbers and arbitrary precision integers, use:
220222

0 commit comments

Comments
 (0)