-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AMDGPU][docs][NFC] Replace gfx940 with gfx942 in the gfx940 ISA doc #126906
Conversation
Let me know if you think that this PR should also update labels and file names like, for example, |
@llvm/pr-subscribers-backend-amdgpu Author: Fabian Ritter (ritter-x2a) Changesgfx940 and gfx941 are no longer supported. This is the last one of a The ISA documentation still contains a lot of links and file names with For SWDEV-512631 Full diff: https://github.com/llvm/llvm-project/pull/126906.diff 1 Files Affected:
diff --git a/llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst b/llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst
index 90797499dec22..7603bcc95383b 100644
--- a/llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst
+++ b/llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst
@@ -6,7 +6,7 @@
**************************************************
====================================================================================
-Syntax of gfx940 Instructions
+Syntax of gfx942 Instructions
====================================================================================
.. contents::
@@ -15,7 +15,7 @@ Syntax of gfx940 Instructions
Introduction
============
-This document describes the syntax of gfx940 instructions.
+This document describes the syntax of gfx942 instructions.
Notation
========
|
I guess there is no |
12460f0
to
6bc2689
Compare
666b36b
to
3be3e8d
Compare
6bc2689
to
a5d359b
Compare
5bfa81d
to
f58faa1
Compare
a5d359b
to
ca4a620
Compare
Merge activity
|
ca4a620
to
a0b0253
Compare
f58faa1
to
f503b3e
Compare
gfx940 and gfx941 are no longer supported. This is the last one of a series of PRs to remove them from the code base. The ISA documentation still contains a lot of links and file names with the "gfx940" identifier. Changing them to "gfx942" is probably not worth the cost of breaking all URLs to these pages that users might have saved in the past. For SWDEV-512631
f503b3e
to
12454d1
Compare
gfx940 and gfx941 are no longer supported. This is the last one of a
series of PRs to remove them from the code base.
The ISA documentation still contains a lot of links and file names with
the "gfx940" identifier. Changing them to "gfx942" is probably not worth
the cost of breaking all URLs to these pages that users might have saved
in the past.
For SWDEV-512631