SWDEV-391103 - fix ocltst segment fault and update device info for gfx1103

Change-Id: I7a45ef98fd03113b148178fed3b64b919ee4eb6d


[ROCm/clr commit: d33c1a06cf]
这个提交包含在:
Ruili Ji
2023-04-18 14:34:48 +08:00
父节点 489f17c447
当前提交 74405e021d
修改 2 个文件,包含 9 行新增8 行删除
@@ -116,6 +116,7 @@ static const AMDDeviceInfo DeviceInfo[] = {
/* Navi31*/ { "gfx1100", "gfx1100", 4, 32, 1, 256, 64 * Ki, 32, 11, 0 },
/* Navi32*/ { "gfx1101", "gfx1101", 4, 32, 1, 256, 64 * Ki, 32, 11, 0 },
/* Navi33*/ { "gfx1102", "gfx1102", 4, 32, 1, 256, 64 * Ki, 32, 11, 0 },
/* Phoenix */ { "gfx1103", "gfx1103", 4, 32, 1, 256, 64 * Ki, 32, 11, 0 },
};
const int DeviceInfoSize = sizeof(DeviceInfo) / sizeof(AMDDeviceInfo);