[PATCH] D36981: AMDGPU: Fix gfx801 features

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 14:31:37 PDT 2017


kzhuravl created this revision.
Herald added subscribers: tpr, dstuttard, yaxunl, nhaehnle, wdng, arsenm.

gfx801 has 1/2 rate https://reviews.llvm.org/F64; Fast https://reviews.llvm.org/F32 FMA


https://reviews.llvm.org/D36981

Files:
  lib/Target/AMDGPU/AMDGPU.td


Index: lib/Target/AMDGPU/AMDGPU.td
===================================================================
--- lib/Target/AMDGPU/AMDGPU.td
+++ lib/Target/AMDGPU/AMDGPU.td
@@ -521,6 +521,8 @@
 
 def FeatureISAVersion8_0_1 : SubtargetFeatureISAVersion <8,0,1,
   [FeatureVolcanicIslands,
+   FeatureFastFMAF32,
+   HalfRate64Ops,
    FeatureLDSBankCount32,
    FeatureXNACK]>;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36981.112059.patch
Type: text/x-patch
Size: 373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170821/77a75589/attachment.bin>


More information about the llvm-commits mailing list