From 9cc702802534552997a93638192e6949565dc2ef Mon Sep 17 00:00:00 2001 From: Compute-Runtime-Validation Date: Wed, 31 May 2023 03:39:38 +0200 Subject: [PATCH] Revert "feature: enable allocating shared usm in heap extended host by default" This reverts commit 5b178e68e90b64c2695bed22aca626670190b45f. Signed-off-by: Compute-Runtime-Validation --- shared/source/debug_settings/debug_variables_base.inl | 2 +- shared/test/common/test_files/igdrcl.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/source/debug_settings/debug_variables_base.inl b/shared/source/debug_settings/debug_variables_base.inl index 410edbb7bc..94ea99e48a 100644 --- a/shared/source/debug_settings/debug_variables_base.inl +++ b/shared/source/debug_settings/debug_variables_base.inl @@ -498,7 +498,7 @@ DECLARE_DEBUG_VARIABLE(bool, EnableDebuggerMmapMemoryAccess, false, "Mmap used t DECLARE_DEBUG_VARIABLE(bool, ForceDefaultGrfCompilationMode, false, "Adds build option -cl-intel-128-GRF-per-thread to force kernel compilation in Default-GRF mode") DECLARE_DEBUG_VARIABLE(bool, ForceLargeGrfCompilationMode, false, "Adds build option -cl-intel-256-GRF-per-thread to force kernel compilation in Large-GRF mode") DECLARE_DEBUG_VARIABLE(bool, EnableConcurrentSharedCrossP2PDeviceAccess, false, "Enables the concurrent use between host and peer devices of shared-allocations ") -DECLARE_DEBUG_VARIABLE(bool, AllocateSharedAllocationsInHeapExtendedHost, true, "When enabled driver can allocate shared unified memory allocation in heap extended host. (0 - disable, 1 - enable)") +DECLARE_DEBUG_VARIABLE(bool, AllocateSharedAllocationsInHeapExtendedHost, false, "When enabled driver can allocate shared unified memory allocation in heap extended host. (0 - disable, 1 - enable)") DECLARE_DEBUG_VARIABLE(bool, AllocateHostAllocationsInHeapExtendedHost, true, "When enabled driver can allocate host unified memory allocation in heap extended host. (0 - disable, 1 - enable)") DECLARE_DEBUG_VARIABLE(int32_t, ForceAutoGrfCompilationMode, -1, "Adds build option -*-intel-enable-auto-large-GRF-mode to force kernel compilation") DECLARE_DEBUG_VARIABLE(int32_t, ForceOCLVersion, 0, "Force specific OpenCL API version") diff --git a/shared/test/common/test_files/igdrcl.config b/shared/test/common/test_files/igdrcl.config index 394d677476..f0253fb9c7 100644 --- a/shared/test/common/test_files/igdrcl.config +++ b/shared/test/common/test_files/igdrcl.config @@ -515,7 +515,7 @@ ExperimentalCopyThroughLockWaitlistSizeThreshold= -1 ForceDummyBlitWa = -1 DetectIndirectAccessInKernel = -1 OptimizeIoqBarriersHandling = -1 -AllocateSharedAllocationsInHeapExtendedHost = 1 +AllocateSharedAllocationsInHeapExtendedHost = 0 AllocateHostAllocationsInHeapExtendedHost = 1 DirectSubmissionControllerMaxTimeout = -1 ExitOnSubmissionNumber = -1