libhsakmt: enhancing support to gfx1033
This patch make get_block_properties() function work on gfx1033 platform
Change-Id: Ie5be7dfb38575eec8b39b91f3ee5b3a31abe8bd1
Signed-off-by: Chen Gong <curry.gong@amd.com>
[ROCm/ROCR-Runtime commit: 4cf50fdeaa]
This commit is contained in:
@@ -2132,6 +2132,7 @@ HSAKMT_STATUS get_block_properties(uint32_t node_id,
|
||||
break;
|
||||
case CHIP_NAVI10:
|
||||
case CHIP_NAVI14:
|
||||
case CHIP_VANGOGH:
|
||||
*block = navi_blocks[block_id];
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user