/* * Copyright (C) 2020-2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "kernel_descriptor.h" #include "patch_shared.h" #include namespace NEO { void readExtendedInfo(std::unique_ptr &extendedInfo, const iOpenCL::SPatchExecutionEnvironment &execEnv); } // namespace NEO