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
committed by Ray Huang
parent 5b008cefc8
commit d0c78bf4d5
5 changed files with 20 additions and 4 deletions
+1
View File
@@ -2126,6 +2126,7 @@ HSAKMT_STATUS get_block_properties(uint32_t node_id,
case CHIP_VEGA12:
case CHIP_VEGA20:
case CHIP_RAVEN:
case CHIP_RENOIR:
case CHIP_ARCTURUS:
*block = vega_blocks[block_id];
break;