mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
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:
committed by
Compute-Runtime-Automation
parent
a972cdaa6b
commit
b3b402cad2
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user