2020-11-19 19:30:44 +08:00
|
|
|
/*
|
2021-02-27 06:02:57 +08:00
|
|
|
* Copyright (C) 2020-2021 Intel Corporation
|
2020-11-19 19:30:44 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/kernel/read_extended_info.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
void readExtendedInfo(std::unique_ptr<ExtendedInfoBase> &extendedInfo, const iOpenCL::SPatchExecutionEnvironment &execEnv) {}
|
2021-02-27 06:02:57 +08:00
|
|
|
} // namespace NEO
|