Skip to content

Commit 37f1380

Browse files
authoredMar 5, 2025
update restrictions for SPV_INTEL_2d_block_io (#314)
1 parent 0ae08b9 commit 37f1380

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎extensions/INTEL/SPV_INTEL_2d_block_io.asciidoc

+5-3
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Copyright (c) 2025 Intel Corporation. All rights reserved.
5050

5151
[width="40%",cols="25,25"]
5252
|========================================
53-
| Last Modified Date | 2025-01-07
54-
| Revision | 1
53+
| Last Modified Date | 2025-02-28
54+
| Revision | 2
5555
|========================================
5656

5757
== Dependencies
@@ -692,8 +692,9 @@ The following restrictions apply to the 2D block load, store and prefetch instru
692692
** the per-subgroup source or destination base address is cache-line aligned (64 bytes).
693693
** the per-invocation source or destination address is aligned to a multiple of the _Element Size_.
694694
** the _Memory Width_ is greater than or equal to 64 bytes and less than or equal to 2^24^ bytes.
695+
** the _Memory Width_ is a multiple of four for 1-byte or 2-byte elements, or a multiple of the element size otherwise.
695696
** the _Memory Height_ is greater than zero and less than or equal to 2^24^ rows.
696-
** the _Memory Pitch_ is greater than or equal to the _Memory Width_ and a multiple of 8 bytes.
697+
** the _Memory Pitch_ is greater than or equal to the _Memory Width_ and a multiple of 16 bytes.
697698
** the *SubgroupMaxSize* is a power of two.
698699
** the *SubgroupSize* is equal to the *SubgroupMaxSize*; in other words, this is a full subgroup.
699700

@@ -750,4 +751,5 @@ Specifically, out-of-bounds reads are assigned the value zero, and out-of-bounds
750751
|========================================
751752
|Rev|Date|Author|Changes
752753
|1|2025-01-07|Ben Ashbaugh|Initial revision for publication
754+
|2|2025-02-28|Ben Ashbaugh|Updated restrictions
753755
|========================================

0 commit comments

Comments
 (0)