Update AMD GPU chip names.
authorTony <Tony.Tye@amd.com>
Fri, 24 Jan 2020 06:47:22 +0000 (01:47 -0500)
committerLaurent Morichetti <laurent.morichetti@amd.com>
Thu, 6 Feb 2020 23:51:15 +0000 (15:51 -0800)
Change-Id: Id893a23603fd39ffc7972580bcc25286a7c4805d

README-ROCM.md
gdb/doc/gdb.texinfo

index 035773156d3e04d884480c017a9a1177156bcb0e..af6547c37be07d81b64ae33037acc10dc0212fd8 100644 (file)
@@ -9,12 +9,12 @@ is included with the ROCm release as the ROCdbgapi library.
 
 Standard GDB commands can be used for both CPU and GPU code debugging. For more
 information about ROCgdb, please refer to the *ROCgdb User Manual* which is
-installed as both texinfo files and as a single PDF file in ``/opt/rocm/doc``.
-In particular, refer to the *Debugging Heterogeneous Programs* chapter for
-general information, and the *AMD GPU* subsection of the *Architectures* section
-in the *Configuration-Specific Information* chapter. The *AMD GPU* subsection
-also provides the list of features not currently implemented, and known current
-restrictions.
+installed as both texinfo files and as a single PDF file in
+``/opt/rocm/share/doc/gdb`. In particular, refer to the *Debugging Heterogeneous
+Programs* chapter for general information, and the *AMD GPU* subsection of the
+*Architectures* section in the *Configuration-Specific Information* chapter. The
+*AMD GPU* subsection also provides the list of features not currently
+implemented, and known current restrictions.
 
 For more information about ROCm, please refer to:
 
index 4b0d820cbce92c281aff06dbe00887662bb69991..0ae62199b0a8210aa3a2a0484ddf9940f03fa734 100644 (file)
@@ -26174,18 +26174,21 @@ Debugging}) when @acronym{AMD}'s
 @url{https://rocm-documentation.readthedocs.io/, @acronym{ROCm, Radeon
 Open Compute platforM}} for HIP-Clang is installed.
 
-The following AMD commercial GPUs are supported:
+The following AMD GPU chips are supported:
 
 @itemize @bullet{}
 
 @item
-AMD GPUs previously code-named ``Vega 10'', also denoted as gfx900
+``Vega 10'' which is displayed as @samp{vega10} by @value{GDBN} and
+denoted as @samp{gfx900} by the compiler.
 
 @item
-AMD GPUs previously code-named ``Vega 20'', also denoted as gfx906
+``Vega 7nm'' which is displayed as @samp{vega20} by @value{GDBN} and
+denoted as @samp{gfx906} by the compiler.
 
 @item
-AMD GPUs code-named ``Arcturus'', also denoted as gfx908
+``Arcturus'' which is displayed as @samp{arcturus} by @value{GDBN} and
+denoted as @samp{gfx908} by the compiler.
 
 @end itemize
 
@@ -26202,8 +26205,8 @@ When compiling, the @w{@option{-ggdb}} option should be used to
 produce debugging information suitable for use by @value{GDBN}.  The
 @w{@option{--amdgpu-target}} option is used to specify the AMD GPUs
 that the executable is required to support.  For example, to compile a
-HIP program that can utilize ``Vega 10'', ``Vega 20'', and
-``Arcturus'' AMD GPUs, with no optimization:
+HIP program that can utilize ``Vega 10'', ``Vega 7nm'', and
+``Arcturus'' AMD GPU chips, with no optimization:
 
 @smallexample
 hipcc -O0 -ggdb --amdgpu-target=gfx900 --amdgpu-target=gfx906 \
This page took 0.039328 seconds and 4 git commands to generate.