mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
fix: change getBindlessDebugSipKernel to also get heapless sip
Rename function to getDebugSipKernel and select either bindless or heapless depending on mode Related-to: NEO-8396 Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0e2b400554
commit
013c49db02
@@ -1268,7 +1268,7 @@ ze_result_t DeviceImp::getDeviceImageProperties(ze_device_image_properties_t *pD
|
||||
|
||||
ze_result_t DeviceImp::getDebugProperties(zet_device_debug_properties_t *pDebugProperties) {
|
||||
bool isDebugAttachAvailable = getOsInterface().isDebugAttachAvailable();
|
||||
auto &stateSaveAreaHeader = NEO::SipKernel::getBindlessDebugSipKernel(*this->getNEODevice()).getStateSaveAreaHeader();
|
||||
auto &stateSaveAreaHeader = NEO::SipKernel::getDebugSipKernel(*this->getNEODevice()).getStateSaveAreaHeader();
|
||||
|
||||
if (stateSaveAreaHeader.size() == 0) {
|
||||
PRINT_DEBUGGER_INFO_LOG("Context state save area header missing", "");
|
||||
|
||||
Reference in New Issue
Block a user