P4 to Git Change 1984170 by gandryey@gera-win10 on 2019/08/15 18:46:11

SWDEV-79445 - OCL generic changes and code clean-up
	- Remove double wave limit logic for wave32, since HW spec claims the same 32 waves per CU

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#94 edit
Этот коммит содержится в:
foreman
2019-08-15 18:49:59 -04:00
родитель 2c3a0f5d67
Коммит ced4506c3c
-3
Просмотреть файл
@@ -207,9 +207,6 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
enableWave32Mode_ = GPU_ENABLE_WAVE32_MODE;
}
lcWavefrontSize64_ = !enableWave32Mode_;
if (enableWave32Mode_) {
numScratchWavesPerCu_ *= 2;
}
// Fall through to AI (gfx9) ...
case Pal::AsicRevision::Vega20:
// Enable HW P2P path for Vega20+. Runtime still relies on KMD/PAL for support