Revert "feature: additional checkers to enable feature"

This reverts commit dbd7d00b27.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-03-18 02:39:49 +01:00
committed by Compute-Runtime-Automation
parent ac6ac5190c
commit ce2fbb87ba
22 changed files with 50 additions and 120 deletions

View File

@@ -8,7 +8,6 @@
#pragma once
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/helpers/non_copyable_or_moveable.h"
#include "shared/source/helpers/pipeline_select_helper.h"
#include "shared/source/helpers/ptr_math.h"
#include "shared/source/indirect_heap/indirect_heap.h"
@@ -23,7 +22,7 @@ namespace NEO {
struct KernelInfo;
struct HardwareParse : NEO::NonCopyableAndNonMovableClass {
struct HardwareParse {
HardwareParse() {
itorMediaInterfaceDescriptorLoad = cmdList.end();
itorMediaVfeState = cmdList.end();

View File

@@ -382,7 +382,7 @@ HWTEST_F(CompilerProductHelperFixture, givenProductHelperWhenGetAndOverrideHwIpV
EXPECT_EQ(compilerProductHelper.getHwIpVersion(hwInfo), config);
}
HWTEST2_F(CompilerProductHelperFixture, givenCompilerProductHelperWhenIsHeaplessModeEnabledThenFalseIsReturned, IsAtMostXe3Core) {
HWTEST_F(CompilerProductHelperFixture, givenCompilerProductHelperWhenIsHeaplessModeEnabledThenFalseIsReturned) {
auto &compilerProductHelper = pDevice->getCompilerProductHelper();
EXPECT_FALSE(compilerProductHelper.isHeaplessModeEnabled());
}