performance: enable staging buffer for write image

Related-To: NEO-12968

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2024-10-30 17:26:54 +00:00
committed by Compute-Runtime-Automation
parent c6c2eef063
commit 5d62be2bea
2 changed files with 2 additions and 2 deletions

View File

@@ -284,7 +284,7 @@ HWTEST_F(StagingBufferManagerTest, givenStagingBufferManagerWhenIsValidForStagin
EXPECT_FALSE(stagingBufferManager->isValidForStagingWriteImage(*pDevice, MemoryConstants::pageSize2M));
debugManager.flags.EnableCopyWithStagingBuffers.set(-1);
EXPECT_FALSE(stagingBufferManager->isValidForStagingWriteImage(*pDevice, MemoryConstants::pageSize2M));
EXPECT_TRUE(stagingBufferManager->isValidForStagingWriteImage(*pDevice, MemoryConstants::pageSize2M));
}
HWTEST_F(StagingBufferManagerTest, givenFailedAllocationWhenRequestStagingBufferCalledThenReturnNullptr) {