refactor(zebin): decouple zeInfo decoding

Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>
This commit is contained in:
Krystian Chmielewski
2023-01-09 17:23:01 +00:00
committed by Compute-Runtime-Automation
parent 60340734b7
commit 614928ed45
7 changed files with 768 additions and 2060 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -316,7 +316,8 @@ struct KernelDescriptor {
const void *igcInfoForGtpin = nullptr;
} external;
std::vector<uint8_t> generatedHeaps;
std::vector<uint8_t> generatedSsh;
std::vector<uint8_t> generatedDsh;
};
} // namespace NEO