mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
feature: additional checkers to enable feature
Resolves: NEO-13973 Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
294ed83eff
commit
dbd7d00b27
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2024 Intel Corporation
|
||||
* Copyright (C) 2018-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -8,6 +8,7 @@
|
||||
#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"
|
||||
@@ -22,7 +23,7 @@ namespace NEO {
|
||||
|
||||
struct KernelInfo;
|
||||
|
||||
struct HardwareParse {
|
||||
struct HardwareParse : NEO::NonCopyableAndNonMovableClass {
|
||||
HardwareParse() {
|
||||
itorMediaInterfaceDescriptorLoad = cmdList.end();
|
||||
itorMediaVfeState = cmdList.end();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2024 Intel Corporation
|
||||
* Copyright (C) 2021-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -382,7 +382,7 @@ HWTEST_F(CompilerProductHelperFixture, givenProductHelperWhenGetAndOverrideHwIpV
|
||||
EXPECT_EQ(compilerProductHelper.getHwIpVersion(hwInfo), config);
|
||||
}
|
||||
|
||||
HWTEST_F(CompilerProductHelperFixture, givenCompilerProductHelperWhenIsHeaplessModeEnabledThenFalseIsReturned) {
|
||||
HWTEST2_F(CompilerProductHelperFixture, givenCompilerProductHelperWhenIsHeaplessModeEnabledThenFalseIsReturned, IsAtMostXe3Core) {
|
||||
auto &compilerProductHelper = pDevice->getCompilerProductHelper();
|
||||
EXPECT_FALSE(compilerProductHelper.isHeaplessModeEnabled());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user