[PATCH] amdgpu: add Fiji support
Alex Deucher
alexdeucher at gmail.com
Mon Aug 3 13:15:58 PDT 2015
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
This should be 1/16 speed model. Not sure how to adjust that. Tom?
lib/Target/AMDGPU/Processors.td | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/Target/AMDGPU/Processors.td b/lib/Target/AMDGPU/Processors.td
index c0ffede..0eac121 100644
--- a/lib/Target/AMDGPU/Processors.td
+++ b/lib/Target/AMDGPU/Processors.td
@@ -135,3 +135,5 @@ def : ProcessorModel<"iceland", SIQuarterSpeedModel,
>;
def : ProcessorModel<"carrizo", SIQuarterSpeedModel, [FeatureVolcanicIslands]>;
+
+def : ProcessorModel<"fiji", SIQuarterSpeedModel, [FeatureVolcanicIslands]>;
--
1.8.3.1
More information about the llvm-commits
mailing list