From ced4506c3cd2db7022231398f0151ac3b47c31cc Mon Sep 17 00:00:00 2001
From: foreman
Date: Thu, 15 Aug 2019 18:49:59 -0400
Subject: [PATCH] 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
---
rocclr/runtime/device/pal/palsettings.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/rocclr/runtime/device/pal/palsettings.cpp b/rocclr/runtime/device/pal/palsettings.cpp
index 5168d51d39..ecd7165e38 100644
--- a/rocclr/runtime/device/pal/palsettings.cpp
+++ b/rocclr/runtime/device/pal/palsettings.cpp
@@ -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