2
0

Merge "SWDEV-315047 - add Raphael(gfx1036) to OCLDeviceQueries" into amd-staging

Este cometimento está contido em:
Todd tiantuo Li
2022-05-17 05:41:49 -04:00
cometido por Gerrit Code Review
ascendente aa8a31b1d8 6c4ab575ca
cometimento f34c0c2f82
+1
Ver ficheiro
@@ -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);