SWDEV-507969 - Fix wrong VGPRs for some devices
Change-Id: Ia8fc19564272e2c7171d991376bf896a99085a97
This commit is contained in:
committad av
Tao Sang
förälder
57df1b348f
incheckning
799e54aa0d
@@ -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 {
|
||||
|
||||
Referens i nytt ärende
Block a user