mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
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:
committed by
Compute-Runtime-Automation
parent
db82df80e7
commit
52ad8b0977
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user