SWDEV-507969 - Fix wrong VGPRs for some devices

Change-Id: Ia8fc19564272e2c7171d991376bf896a99085a97
Этот коммит содержится в:
taosang2
2025-01-08 13:18:59 -05:00
коммит произвёл Tao Sang
родитель 57df1b348f
Коммит 799e54aa0d
+1 -1
Просмотреть файл
@@ -1869,7 +1869,7 @@ bool Device::populateOCLDeviceConstants() {
break;
case (9):
if ((isa().versionMinor() == 0 && isa().versionStepping() == 10) ||
(isa().versionMinor() == 4)) {
isa().versionMinor() == 4 || isa().versionMinor() == 5) {
info_.vgprAllocGranularity_ = 8;
info_.vgprsPerSimd_ = 512;
} else {