fix: remove print from ults

Disable PrintBOPrefetchingResult for ULTs.

Related-To:  NEO-8066

Signed-off-by: John Falkowski <john.falkowski@intel.com>
This commit is contained in:
John Falkowski
2023-08-08 16:48:58 +00:00
committed by Compute-Runtime-Automation
parent b09357470a
commit 59b0cb4eaa
2 changed files with 0 additions and 3 deletions

View File

@@ -566,7 +566,6 @@ TEST_F(DrmMemoryOperationsHandlerBindTest,
DebugManagerStateRestore restore;
DebugManager.flags.EnableBOChunking.set(3);
DebugManager.flags.EnableBOChunkingPreferredLocationHint.set(true);
DebugManager.flags.PrintBOPrefetchingResult.set(1);
auto size = 4096u;
BufferObjects bos;

View File

@@ -465,7 +465,6 @@ TEST_F(IoctlHelperPrelimFixture,
DebugManagerStateRestore restore;
DebugManager.flags.EnableBOChunking.set(1);
DebugManager.flags.EnableBOChunkingPreferredLocationHint.set(true);
DebugManager.flags.PrintBOPrefetchingResult.set(1);
std::vector<MemoryRegion> memRegions{
{{drm_i915_gem_memory_class::I915_MEMORY_CLASS_SYSTEM, 0}, MemoryConstants::chunkThreshold * 4, 0},
@@ -494,7 +493,6 @@ TEST_F(IoctlHelperPrelimFixture,
DebugManagerStateRestore restore;
DebugManager.flags.EnableBOChunking.set(1);
DebugManager.flags.EnableBOChunkingPreferredLocationHint.set(true);
DebugManager.flags.PrintBOPrefetchingResult.set(1);
std::vector<MemoryRegion> memRegions{
{{drm_i915_gem_memory_class::I915_MEMORY_CLASS_SYSTEM, 0}, MemoryConstants::chunkThreshold * 4, 0},