Update L0 Loader to 1.4.1 (v1.2 spec)

Also make changes to debug API to mitigate API break

Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
Brandon Yates
2021-06-22 18:45:53 -04:00
committed by Compute-Runtime-Automation
parent db82df80e7
commit 52ad8b0977
8 changed files with 14 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ ZE_APIEXPORT ze_result_t ZE_APICALL
zetDebugReadRegisters(
zet_debug_session_handle_t hDebug,
ze_device_thread_t thread,
zet_debug_regset_type_t type,
uint32_t type,
uint32_t start,
uint32_t count,
void *pRegisterValues) {
@@ -102,7 +102,7 @@ ZE_APIEXPORT ze_result_t ZE_APICALL
zetDebugWriteRegisters(
zet_debug_session_handle_t hDebug,
ze_device_thread_t thread,
zet_debug_regset_type_t type,
uint32_t type,
uint32_t start,
uint32_t count,
void *pRegisterValues) {