feat(zebin): Add debug flag for logging ZE Info

Add debug key LogZEInfo for logging ZE Info from zebin elf.
ZE Info will be dumped to a file (default igdrcl.log)

Related-To: NEO-7895
Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:
Kacper Nowak
2023-04-14 15:13:15 +00:00
committed by Compute-Runtime-Automation
parent 4ef879867c
commit e19e006370
4 changed files with 10 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ DumpKernels = 0
DumpKernelArgs = 0
LogApiCalls = 0
LogPatchTokens = 0
LogZEInfo = 0
LogTaskCounts = 0
LogAlignedAllocations = 0
LogAllocationMemoryPool = 0