mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 17:33:00 +08:00
Revert "performance: Remove global fence from command stream on BMG"
This reverts commit 4e823f9e6e.
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9c9a0a87b9
commit
4fe3bc40e3
@@ -1368,7 +1368,7 @@ HWTEST_TEMPLATED_F(WddmCommandStreamMockGdiTest, givenDirectSubmissionEnabledOnB
|
||||
auto &compilerProductHelper = device->getCompilerProductHelper();
|
||||
auto heaplessStateInit = compilerProductHelper.isHeaplessStateInitEnabled(compilerProductHelper.isHeaplessModeEnabled(*defaultHwInfo));
|
||||
|
||||
if (directSubmission->globalFenceAllocation && !heaplessStateInit) {
|
||||
if (directSubmission->miMemFenceRequired && !heaplessStateInit) {
|
||||
expectedSize += directSubmission->getSizeSystemMemoryFenceAddress();
|
||||
}
|
||||
if (directSubmission->isRelaxedOrderingEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user