SWDEV-315047 - add Raphael(gfx1036) to OCLDeviceQueries

Change-Id: Iaa930c5ea9e39f9c44b1a5d737fc3520e9b6eca8


[ROCm/clr commit: 6c4ab575ca]
이 커밋은 다음에 포함됨:
Todd tiantuo Li
2022-05-10 02:37:42 -07:00
부모 90d46dc278
커밋 c75c34f099
+1
파일 보기
@@ -109,6 +109,7 @@ static const AMDDeviceInfo DeviceInfo[] = {
/* Navi23 */ { "gfx1032", "gfx1032", 4, 32, 1, 256, 64 * Ki, 32, 10, 3 },
/* Van Gogh */ { "gfx1033", "gfx1033", 4, 32, 1, 256, 64 * Ki, 32, 10, 3 },
/* Rembrandt */{ "gfx1035", "gfx1035", 4, 32, 1, 256, 64 * Ki, 32, 10, 3 },
/* Raphael */ { "gfx1036", "gfx1036", 4, 32, 1, 256, 64 * Ki, 32, 10, 3 },
};
const int DeviceInfoSize = sizeof(DeviceInfo) / sizeof(AMDDeviceInfo);