mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 04:23:00 +08:00
fix: add SLM support for tile attach
Resolves: NEO-7650 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
adb3e126b4
commit
f30e66d950
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user