2020-02-05 15:30:17 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/compiler_interface/compiler_cache.h"
|
2020-02-05 15:30:17 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
CompilerCacheConfig getDefaultCompilerCacheConfig();
|
|
|
|
}
|