mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
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
|