[llvm] r304959 - Correct AMDGPU Hawaii and Kabini target names

Tony Tye via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 18:47:26 PDT 2017


Author: t-tye
Date: Wed Jun  7 20:47:25 2017
New Revision: 304959

URL: http://llvm.org/viewvc/llvm-project?rev=304959&view=rev
Log:
Correct AMDGPU Hawaii and Kabini target names

The FirePro and Radeon versions of Hawaii have different 64 bit floating point configurations so use distinct target names for them. Rename the target name for Kabini to accommodate.

Differential Revision: https://reviews.llvm.org/D34016

Modified:
    llvm/trunk/docs/AMDGPUUsage.rst

Modified: llvm/trunk/docs/AMDGPUUsage.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AMDGPUUsage.rst?rev=304959&r1=304958&r2=304959&view=diff
==============================================================================
--- llvm/trunk/docs/AMDGPUUsage.rst (original)
+++ llvm/trunk/docs/AMDGPUUsage.rst Wed Jun  7 20:47:25 2017
@@ -136,11 +136,11 @@ names from both the *Processor* and *Alt
                                                        - FirePro W9100
                                                        - FirePro S9150
                                                        - FirePro S9170
-     \                                   dGPU  ROCm    - Radeon R9 290
+     gfx702                              dGPU  ROCm    - Radeon R9 290
                                                        - Radeon R9 290x
                                                        - Radeon R390
-                                                       - Radeonb R390x
-     gfx702     - kabini    amdgcn       APU           - E1-2100
+                                                       - Radeon R390x
+     gfx703     - kabini    amdgcn       APU           - E1-2100
                 - mullins                              - E1-2200
                                                        - E1-2500
                                                        - E2-3000




More information about the llvm-commits mailing list