mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
feature(sysman): Add support for device reset extension
Related-To: NEO-8654 Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
99abb40a45
commit
943ffb31ef
@@ -428,7 +428,7 @@ ze_result_t LinuxSchedulerImp::updateComputeUnitDebugNode(uint64_t val) {
|
||||
// I915 will be reloaded if we toggle value of enableEuDebug
|
||||
// Hence for gracefull handling close all i915 clients before toggling enableEuDebug
|
||||
pLinuxSysmanImp->releaseSysmanDeviceResources();
|
||||
ze_result_t result = pLinuxSysmanImp->gpuProcessCleanup();
|
||||
ze_result_t result = pLinuxSysmanImp->gpuProcessCleanup(true);
|
||||
if (ZE_RESULT_SUCCESS != result) {
|
||||
NEO::printDebugString(NEO::DebugManager.flags.PrintDebugMessages.get(), stderr,
|
||||
"updateComputeUnitDebugNode: gpuProcessCleanup() failed with error code: %ld\n", result);
|
||||
|
||||
Reference in New Issue
Block a user