mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Revert "fix: state cache invalidation WA for xe3"
This reverts commit ebdf993a25.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
49020f234d
commit
cfb4182524
@@ -13,7 +13,6 @@
|
||||
#include "shared/source/helpers/local_work_size.h"
|
||||
#include "shared/source/kernel/implicit_args_helper.h"
|
||||
#include "shared/source/memory_manager/internal_allocation_storage.h"
|
||||
#include "shared/source/release_helper/release_helper.h"
|
||||
#include "shared/source/utilities/hw_timestamps.h"
|
||||
#include "shared/source/utilities/tag_allocator.h"
|
||||
#include "shared/test/common/cmd_parse/hw_parse.h"
|
||||
@@ -148,11 +147,6 @@ HWTEST_F(DispatchWalkerTest, WhenDispatchingWalkerThenCommandStreamMemoryIsntCha
|
||||
auto sizeDispatchWalkerNeeds = sizeof(typename FamilyType::DefaultWalkerType) +
|
||||
HardwareCommandsHelper<FamilyType>::getSizeRequiredCS();
|
||||
|
||||
auto releaseHelper = pClDevice->getDevice().getReleaseHelper();
|
||||
if (releaseHelper && releaseHelper->isStateCacheInvalidationWaRequired()) {
|
||||
sizeDispatchWalkerNeeds += MemorySynchronizationCommands<FamilyType>::getSizeForSingleBarrier();
|
||||
}
|
||||
|
||||
// cs has a minimum required size
|
||||
auto sizeThatNeedsToBeSubstracted = sizeDispatchWalkerNeeds + CSRequirements::minCommandQueueCommandStreamSize;
|
||||
|
||||
@@ -197,11 +191,6 @@ HWTEST_F(DispatchWalkerTest, GivenNoLocalIdsWhenDispatchingWalkerThenWalkerIsDis
|
||||
auto sizeDispatchWalkerNeeds = sizeof(typename FamilyType::DefaultWalkerType) +
|
||||
HardwareCommandsHelper<FamilyType>::getSizeRequiredCS();
|
||||
|
||||
auto releaseHelper = pClDevice->getDevice().getReleaseHelper();
|
||||
if (releaseHelper && releaseHelper->isStateCacheInvalidationWaRequired()) {
|
||||
sizeDispatchWalkerNeeds += MemorySynchronizationCommands<FamilyType>::getSizeForSingleBarrier();
|
||||
}
|
||||
|
||||
// cs has a minimum required size
|
||||
auto sizeThatNeedsToBeSubstracted = sizeDispatchWalkerNeeds + CSRequirements::minCommandQueueCommandStreamSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user