2019-10-21 21:47:04 +08:00
|
|
|
/*
|
2020-02-22 16:28:27 +08:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-10-21 21:47:04 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2020-02-24 01:46:50 +08:00
|
|
|
#include "compiler_interface/compiler_cache.h"
|
2019-10-21 21:47:04 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
CompilerCacheConfig getDefaultClCompilerCacheConfig();
|
|
|
|
}
|