refactor: Disable gem close worker in ULTs

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-04-23 14:40:09 +00:00
committed by Compute-Runtime-Automation
parent de4b403eb8
commit f36e3c7d23
11 changed files with 57 additions and 13 deletions

View File

@@ -13,6 +13,7 @@
#include "shared/source/helpers/gfx_core_helper.h"
#include "shared/source/helpers/hw_info.h"
#include "shared/source/os_interface/device_factory.h"
#include "shared/source/os_interface/linux/drm_memory_manager.h"
#include "shared/source/os_interface/linux/drm_neo.h"
#include "shared/source/unified_memory/usm_memory_support.h"
@@ -111,4 +112,8 @@ void Drm::overrideBindSupport(bool &useVmBind) {
}
}
bool DrmMemoryManager::isGemCloseWorkerSupported() {
return true;
}
} // namespace NEO