fix: Use debug SIP when debugging is enabled

Disable wMTP when debug is enabled

Related-to: NEO-10085

Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
Brandon Yates
2024-01-16 19:42:54 +00:00
committed by Compute-Runtime-Automation
parent 7fbf724c72
commit f56eeb0eb7
3 changed files with 31 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2023 Intel Corporation
* Copyright (C) 2018-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -78,7 +78,7 @@ class SipKernel {
static std::string createHeaderFilename(const std::string &filename);
static bool initHexadecimalArraySipKernel(SipKernelType type, Device &device);
static void selectSipClassType(std::string &fileName, const GfxCoreHelper &gfxCoreHelper);
static void selectSipClassType(std::string &fileName, Device &device);
const std::vector<char> stateSaveAreaHeader;
const std::vector<char> binary;