feature(zebin): read indirect detection version

Read indirect detection version intel compat notes from zebin.

This is to prepare for enabling indirect access optimization in AOT
built kernels.

Related-To: NEO-7712

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2024-01-12 11:46:49 +00:00
committed by Compute-Runtime-Automation
parent a972cdaa6b
commit b3b402cad2
19 changed files with 153 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2023 Intel Corporation
* Copyright (C) 2020-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -46,6 +46,7 @@ struct ProgramInfo {
std::vector<KernelInfo *> kernelInfos;
uint32_t grfSize = 32U;
uint32_t minScratchSpaceSize = 0U;
uint32_t indirectDetectionVersion = 0U;
size_t kernelMiscInfoPos = std::string::npos;
};