Revert "fix: correct calculating max subslice space"

This reverts commit 67f2500c03.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-08-02 11:53:36 +02:00
committed by Compute-Runtime-Automation
parent 43b81637df
commit e27efd701f
13 changed files with 61 additions and 8 deletions

View File

@@ -76,7 +76,6 @@ class GfxCoreHelper {
static bool cacheFlushAfterWalkerSupported(const HardwareInfo &hwInfo);
static uint32_t getHighestEnabledSlice(const HardwareInfo &hwInfo);
static uint32_t getHighestEnabledDualSubSlice(const HardwareInfo &hwInfo);
static uint32_t getHighestEnabledSubSlice(const HardwareInfo &hwInfo);
virtual bool timestampPacketWriteSupported() const = 0;
virtual bool isTimestampWaitSupportedForQueues() const = 0;
virtual bool isUpdateTaskCountFromWaitSupported() const = 0;