mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
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:
committed by
Compute-Runtime-Automation
parent
b09357470a
commit
59b0cb4eaa
@@ -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;
|
||||
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user