Skip to content

Commit 8d8f821

Browse files
Optimize SLM ULTs execution time
Signed-off-by: Matias Cabral <[email protected]>
1 parent 8ddc889 commit 8d8f821

File tree

2 files changed

+332
-412
lines changed

2 files changed

+332
-412
lines changed

level_zero/tools/source/debug/debug_session_imp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct DebugSessionImp : DebugSession {
109109
ze_result_t registersAccessHelper(const EuThread *thread, const SIP::regset_desc *regdesc,
110110
uint32_t start, uint32_t count, void *pRegisterValues, bool write);
111111
MOCKABLE_VIRTUAL ze_result_t cmdRegisterAccessHelper(const EuThread::ThreadId &threadId, SIP::sip_command &command, bool write);
112-
ze_result_t waitForCmdReady(EuThread::ThreadId threadId, uint16_t retryCount);
112+
MOCKABLE_VIRTUAL ze_result_t waitForCmdReady(EuThread::ThreadId threadId, uint16_t retryCount);
113113

114114
const SIP::regset_desc *typeToRegsetDesc(uint32_t type);
115115
uint32_t getRegisterSize(uint32_t type);

0 commit comments

Comments
 (0)