Skip to content

Commit bceac1a

Browse files
committed
Restrict result type
Signed-off-by: Dmitry Sidorov <[email protected]>
1 parent 9b1cdf0 commit bceac1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/design/spirv-extensions/SPV_INTEL_joint_matrix.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ behavior is undefined.
313313
+
314314
Return number of components owned by the current work-item in a joint matrix. +
315315
+
316-
'Result Type' must be an unsigned integer type. +
316+
'Result Type' must be an 32-bit unsigned integer type scalar. +
317317
+
318318
'Matrix' is the <<OpTypeJointMatrixINTEL,*OpTypeJointMatrixINTEL*>> to query the
319319
number of the components. +

0 commit comments

Comments
 (0)