libhsakmt: add gfx90c support for thunk

This patch adds the support for gfx90c apu. So far we treat it as "dgpu" and
gfx900. Will update hsa gfxip table while the isa/llvm is implemented on gfx90c.

Change-Id: I6ef164bf3e751fe6dd6287cac212a500dce84b1a
Signed-off-by: Huang Rui <ray.huang@amd.com>


[ROCm/ROCR-Runtime commit: fdba74c2fb]
This commit is contained in:
Huang Rui
2019-11-12 14:32:19 +08:00
کامیت شده توسط Ray Huang
والد 5b008cefc8
کامیت d0c78bf4d5
5فایلهای تغییر یافته به همراه20 افزوده شده و 4 حذف شده
@@ -122,10 +122,11 @@ enum asic_family_type {
CHIP_VEGA12, /* 10 */
CHIP_VEGA20, /* 11 */
CHIP_RAVEN, /* 12 */
CHIP_ARCTURUS, /* 13 */
CHIP_NAVI10, /* 14 */
CHIP_NAVI12, /* 15 */
CHIP_NAVI14, /* 16 */
CHIP_RENOIR, /* 13 */
CHIP_ARCTURUS, /* 14 */
CHIP_NAVI10, /* 15 */
CHIP_NAVI12, /* 16 */
CHIP_NAVI14, /* 17 */
CHIP_LAST
};