SWDEV-279447 - Change to report 64kB of LDS for Windows as well to match the runtime behavior of HIP
Change-Id: I80b66346e17ba23766b7c9fe4e40ca94cb07f54b
[ROCm/clr commit: 70af4db3a6]
Tento commit je obsažen v:
odevzdal
Sourabh Betigeri
rodič
8ad11396fd
revize
a936034ca4
@@ -431,7 +431,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
|
||||
|
||||
if (hwLDSSize_ == 0) {
|
||||
// Use hardcoded values for now, since PAL properties aren't available with offline devices
|
||||
hwLDSSize_ = (IS_LINUX || gfx10Plus_) ? 64 * Ki: 32 * Ki;
|
||||
hwLDSSize_ = (IS_LINUX || amd::IS_HIP || gfx10Plus_) ? 64 * Ki: 32 * Ki;
|
||||
}
|
||||
|
||||
imageSupport_ = true;
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele