From f46293289bec30ea0d8314e90744c1aee391d78d Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 27 Dec 2016 23:24:46 -0500
Subject: [PATCH] P4 to Git Change 1357375 by
skudchad@skudchad_test_win_opencl2 on 2016/12/27 23:17:06
SWDEV-107271 - [OpenCL][GFXIP9 Bring up] add support for Raven(gfx901)
- Add case for gfx901 else target device is incorrect for finalizer
Affected files ...
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#23 edit
[ROCm/clr commit: c5bc579945a3b75eaf7ecb64e123f6318cadb8ab]
---
projects/clr/rocclr/compiler/lib/utils/v0_8/libUtils.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/projects/clr/rocclr/compiler/lib/utils/v0_8/libUtils.cpp b/projects/clr/rocclr/compiler/lib/utils/v0_8/libUtils.cpp
index 3ae71322a0..4b61143651 100644
--- a/projects/clr/rocclr/compiler/lib/utils/v0_8/libUtils.cpp
+++ b/projects/clr/rocclr/compiler/lib/utils/v0_8/libUtils.cpp
@@ -525,6 +525,7 @@ const std::string &getIsaTypeName(const aclTargetInfo *target)
case 804: return sgfx804;
case 810: return sgfx810;
case 900: return sgfx900;
+ case 901: return sgfx901;
}
}