SWDEV-383397 - Set large bar false for windows.
Change-Id: Iaef70e477afab7ca8694aa55d1f704e769e24ed9
[ROCm/clr commit: f364ab7680]
Esse commit está contido em:
commit de
Jaydeepkumar Patel
pai
858e311f34
commit
ac593a9dca
@@ -633,7 +633,9 @@ void NullDevice::fillDeviceInfo(const Pal::DeviceProperties& palProp,
|
||||
info_.cooperativeGroups_ = settings().enableCoopGroups_;
|
||||
info_.cooperativeMultiDeviceGroups_ = settings().enableCoopMultiDeviceGroups_;
|
||||
|
||||
if (heaps[Pal::GpuHeapInvisible].logicalSize == 0) {
|
||||
if (amd::IS_HIP) {
|
||||
info_.largeBar_ = false;
|
||||
} else if (heaps[Pal::GpuHeapInvisible].logicalSize == 0) {
|
||||
info_.largeBar_ = true;
|
||||
ClPrint(amd::LOG_INFO, amd::LOG_INIT, "Resizable bar enabled");
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário