mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
Change-Id: I49757d38a76cf7e3ae5357477296a4d4e6dcc84e Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
15 lines
246 B
C++
15 lines
246 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/os_interface/os_library.h"
|
|
|
|
#include "offline_compiler.h"
|
|
|
|
namespace NEO {
|
|
void OfflineCompiler::resolveExtraSettings() {}
|
|
} // namespace NEO
|