From dec63b4f1594e80fef9ade2601d8dde0a17f40d7 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Tue, 25 Jan 2022 18:43:34 +0800 Subject: [PATCH] Correct the gfx version of gfx90c to 90c Corrections have been made in libhsakmt, and corresponding changes are required here as well. Signed-off-by: Chen Gong Change-Id: Ib697ce25278c2c5ac6ef0206930ec285f46c60d1 --- runtime/hsa-runtime/image/device_info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/hsa-runtime/image/device_info.cpp b/runtime/hsa-runtime/image/device_info.cpp index 4d00c3d6d3..05358582c9 100755 --- a/runtime/hsa-runtime/image/device_info.cpp +++ b/runtime/hsa-runtime/image/device_info.cpp @@ -165,6 +165,7 @@ uint32_t DevIDToAddrLibFamily(uint32_t dev_id) { case 2: case 3: + case 12: return FAMILY_RV; default: