Revert "L0 Debugger Windows - implement debugger attach/detach"

This reverts commit f45431c173.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2022-05-17 18:16:42 +02:00
committed by Compute-Runtime-Automation
parent de465b1e6c
commit daf7829fa2
10 changed files with 9 additions and 362 deletions

View File

@@ -6,7 +6,6 @@
*/
#include "shared/source/os_interface/os_interface.h"
#include "shared/source/os_interface/windows/wddm/wddm.h"
namespace NEO {
@@ -16,9 +15,6 @@ bool OSInterface::gpuIdleImplicitFlush = false;
bool OSInterface::requiresSupportForWddmTrimNotification = true;
bool OSInterface::isDebugAttachAvailable() const {
if (driverModel) {
return driverModel->as<NEO::Wddm>()->isDebugAttachAvailable();
}
return false;
}