fix: add SLM support for tile attach

Resolves: NEO-7650

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2023-01-20 15:13:50 +00:00
committed by Compute-Runtime-Automation
parent adb3e126b4
commit f30e66d950
3 changed files with 28 additions and 0 deletions

View File

@@ -1951,6 +1951,7 @@ void TileDebugSessionLinux::readStateSaveAreaHeader() {
if (header) {
auto headerSize = rootDebugSession->stateSaveAreaHeader.size();
this->stateSaveAreaHeader.assign(reinterpret_cast<const char *>(header), reinterpret_cast<const char *>(header) + headerSize);
this->sipSupportsSlm = rootDebugSession->sipSupportsSlm;
}
};