From 2cf9abaa0657e5a30ae56376adaff560af6147c9 Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Wed, 28 Apr 2021 01:46:10 -0500 Subject: [PATCH] Recognize gfx1034 in image device family id. Change-Id: I2a529b5e91fae9f3697ddbccaaf0e97c87d59837 [ROCm/ROCR-Runtime commit: 7361fc18ee58af372a6206ad22d4856f724be4c6] --- projects/rocr-runtime/runtime/hsa-runtime/image/device_info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.cpp b/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.cpp index ce214aa2bd..cc42e1504c 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/image/device_info.cpp @@ -185,6 +185,7 @@ uint32_t DevIDToAddrLibFamily(uint32_t dev_id) { case 1: case 2: case 3: + case 4: return FAMILY_NV; default: