mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
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:
committed by
Compute-Runtime-Automation
parent
7fbf724c72
commit
f56eeb0eb7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user