Skip to content

Commit ca4a620

Browse files
committed
[AMDGPU][docs] Replace gfx940 and gfx941 with gfx942 in llvm/docs
gfx940 and gfx941 are no longer supported. This is one of a series of PRs to remove them from the code base. This PR removes all documentation occurrences of gfx940/gfx941 except for the gfx940 ISA description, which will be the subject of a separate PR. For SWDEV-512631
1 parent 05da561 commit ca4a620

File tree

2 files changed

+34
-67
lines changed

2 files changed

+34
-67
lines changed

llvm/docs/AMDGPUOperandSyntax.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Note: *N* and *K* must satisfy the following conditions:
6363
* 0 <= *K* <= 255.
6464
* *K-N+1* must be in the range from 1 to 12 or equal to 16 or 32.
6565

66-
GFX90A and GFX940 have an additional alignment requirement:
66+
GFX90A and GFX942 have an additional alignment requirement:
6767
pairs of *vector* registers must be even-aligned
6868
(first register must be even).
6969

@@ -183,7 +183,7 @@ Note: *N* and *K* must satisfy the following conditions:
183183
* 0 <= *K* <= 255.
184184
* *K-N+1* must be in the range from 1 to 12 or equal to 16 or 32.
185185

186-
GFX90A and GFX940 have an additional alignment requirement:
186+
GFX90A and GFX942 have an additional alignment requirement:
187187
pairs of *accumulator* registers must be even-aligned
188188
(first register must be even).
189189

0 commit comments

Comments
 (0)