Move DATA_PARAMETER_CHILD_BLOCK_SIMD_SIZE to ignore

Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2022-02-25 01:19:13 +00:00
committed by Compute-Runtime-Automation
parent e4a93f9870
commit 93efb2c63f
7 changed files with 6 additions and 81 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -38,10 +38,6 @@ void populateKernelInfo(KernelInfo &dst, const PatchTokenBinary::KernelFromPatch
dst.systemKernelOffset = src.tokens.stateSip ? src.tokens.stateSip->SystemKernelOffset : 0U;
for (auto &childSimdSize : src.tokens.crossThreadPayloadArgs.childBlockSimdSize) {
dst.childrenKernelsIdOffset.push_back({childSimdSize->ArgumentNumber, childSimdSize->Offset});
}
if (src.tokens.gtpinInfo) {
dst.igcInfoForGtpin = reinterpret_cast<const gtpin::igc_info_t *>(src.tokens.gtpinInfo + 1);
}